2010-01-24 H.J. Lu <
[email protected]>
* config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
0xc4 individually.
+
+ * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
+ 0xc4 individually.
+
* write.h (fix_at_start): Declare.
unsigned int m, w;
i.vex.length = 3;
- i.vex.bytes[0] = 0xc4;
switch (i.tm.opcode_modifier.vexopcode)
{
case VEX0F:
m = 0x1;
+ i.vex.bytes[0] = 0xc4;
break;
case VEX0F38:
m = 0x2;
+ i.vex.bytes[0] = 0xc4;
break;
case VEX0F3A:
m = 0x3;
+ i.vex.bytes[0] = 0xc4;
break;
case XOP08:
m = 0x8;