X86: Set up RIP relative LEA instructions operands correctly.
--HG-- extra : convert_revision : 820cafadd550487c0d62c5082261b0886fce4f0d
This commit is contained in:
@@ -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
|
||||
};
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user