aboutsummaryrefslogtreecommitdiff
path: root/i386-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386-asm.c')
-rw-r--r--i386-asm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/i386-asm.c b/i386-asm.c
index b158e81..7b92ccb 100644
--- a/i386-asm.c
+++ b/i386-asm.c
@@ -46,8 +46,10 @@
# define OPC_WLQ 0x1000 /* accepts w, l, q or no suffix */
# define OPC_BWLQ (OPC_B | OPC_WLQ) /* accepts b, w, l, q or no suffix */
# define OPC_WLX OPC_WLQ
+# define OPC_BWLX OPC_BWLQ
#else
# define OPC_WLX OPC_WL
+# define OPC_BWLX OPC_BWL
#endif
#define OPC_GROUP_SHIFT 13