summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2013-11-23 18:26:55 +0100
committerAlex Rønne Petersen <alexrp@xamarin.com>2013-11-23 18:26:55 +0100
commit4a25d5fa1811be15c62979993cd1a37c2891d0a5 (patch)
treed182dfce85a677887bb513dc7dd9d4469a4880b1
parent43b05e3c36d05526f7a9f3f8767569d026e4f1c6 (diff)
downloadffts-4a25d5fa1811be15c62979993cd1a37c2891d0a5.zip
ffts-4a25d5fa1811be15c62979993cd1a37c2891d0a5.tar.gz
Fix the encoding of x86_imul_reg_mem_imm.
-rw-r--r--x86/x86-codegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/x86-codegen.h b/x86/x86-codegen.h
index ced466e..ad6282f 100644
--- a/x86/x86-codegen.h
+++ b/x86/x86-codegen.h
@@ -1039,7 +1039,7 @@ typedef union {
} else { \
x86_codegen_pre(&(inst), 6); \
*(inst)++ = (unsigned char)0x69; \
- x86_reg_emit ((inst), (reg), (mem)); \
+ x86_mem_emit ((inst), (reg), (mem)); \
x86_imm_emit32 ((inst), (imm)); \
} \
} while (0)
OpenPOWER on IntegriCloud