diff options
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 511355e..aebb71e 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -1443,8 +1443,8 @@ static disassemble_info *the_info; static struct { int mod; - int rm; int reg; + int rm; } modrm; static unsigned char need_modrm; |