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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user