aboutsummaryrefslogtreecommitdiff
path: root/i386-asm.h
diff options
context:
space:
mode:
authorFrederic Feret <tommy.planet@free.fr>2009-09-01 12:56:05 +0200
committergrischka <grischka>2009-11-13 18:09:01 +0100
commit3065e706307eb18cb3527296f8fc97dbb9702be2 (patch)
tree3aa4502f8a8f28a760cacdaba6029e57ea8af236 /i386-asm.h
parentae23c46ce279d99d8cbb21d8bf0926bb6b73873a (diff)
downloadtinycc-3065e706307eb18cb3527296f8fc97dbb9702be2.tar.gz
tinycc-3065e706307eb18cb3527296f8fc97dbb9702be2.tar.bz2
Fixed compilation error in i386-asm.c
Diffstat (limited to 'i386-asm.h')
-rw-r--r--i386-asm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386-asm.h b/i386-asm.h
index 7dfdca6..034cfad 100644
--- a/i386-asm.h
+++ b/i386-asm.h
@@ -74,8 +74,8 @@ ALT(DEF_ASM_OP2(btcw, 0x0fbb, 0, OPC_MODRM | OPC_WL, OPT_REGW, OPT_REGW | OPT_EA
ALT(DEF_ASM_OP2(btcw, 0x0fba, 7, OPC_MODRM | OPC_WL, OPT_IM8, OPT_REGW | OPT_EA))
/* prefixes */
- DEF_ASM_OP0(addr32, 0x67)
- DEF_ASM_OP0(data32, 0x66)
+ DEF_ASM_OP0(a32, 0x67)
+ DEF_ASM_OP0(o32, 0x66)
DEF_ASM_OP0(lock, 0xf0)
DEF_ASM_OP0(rep, 0xf3)
DEF_ASM_OP0(repe, 0xf3)