X86: Set up RIP relative LEA instructions operands correctly.

--HG--
extra : convert_revision : 820cafadd550487c0d62c5082261b0886fce4f0d
This commit is contained in:
Gabe Black 2007-07-30 15:41:08 -07:00
parent 44c3419e1a
commit 890e583163

View file

@ -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
};
'''