diff options
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 9e3ed63..86fe0b8 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -863,8 +863,9 @@ typedef struct i386_opcode_modifier enum operand_class { ClassNone, - Reg, /* GPRs and FP regs, distinguished by operand size */ + Reg, /* GPRs, distinguished by operand size */ SReg, /* Segment register */ + RegFP, /* FP regs */ RegCR, /* Control register */ RegDR, /* Debug register */ RegTR, /* Test register */ |