X86: Set up RIP relative LEA instructions operands correctly.
--HG-- extra : convert_revision : 820cafadd550487c0d62c5082261b0886fce4f0d
This commit is contained in:
parent
44c3419e1a
commit
890e583163
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ def macroop LEA_R_M {
|
|||
|
||||
def macroop LEA_R_P {
|
||||
rdip t7
|
||||
lea reg, ds, [scale, index, base], disp
|
||||
lea reg, ds, [0, t0, t7], disp
|
||||
};
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue