X86: Fix the IMUL_R_P_I macroop.

The disp displacement was left off the load microop so the wrong value was
used.
This commit is contained in:
Gabe Black
2012-04-29 02:26:34 -07:00
parent 03a91b0533
commit 2c85cf41a2

View File

@@ -198,7 +198,7 @@ def macroop IMUL_R_P_I
{
rdip t7
limm t1, imm
ld t2, seg, riprel
ld t2, seg, riprel, disp
mul1s t2, t1, flags=(OF,CF)
mulel reg
muleh t0