X86: Make wrip sign extend its second operand.

--HG--
extra : convert_revision : 2531af8b442ea5aaefccd7a7999c7720489edc36
This commit is contained in:
Gabe Black
2007-10-18 22:36:36 -07:00
parent 6010f350a4
commit 0ffb317ff9

View File

@@ -835,7 +835,7 @@ let {{
'''
class Wrip(WrRegOp, CondRegOp):
code = 'RIP = psrc1 + op2'
code = 'RIP = psrc1 + sop2'
else_code="RIP = RIP;"
class Br(WrRegOp, CondRegOp):