From: Nathan Binkert Date: Fri, 6 Nov 2009 01:21:26 +0000 (-0800) Subject: compile: compile on 32 bit hardware X-Git-Tag: stable_2012_02_02~1578 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a3fbbd8d9ad3938b5226408396ea50c2dd0b0f8;p=gem5.git compile: compile on 32 bit hardware --- diff --git a/src/arch/x86/isa/decoder/one_byte_opcodes.isa b/src/arch/x86/isa/decoder/one_byte_opcodes.isa index d6cfdc593..0225657c4 100644 --- a/src/arch/x86/isa/decoder/one_byte_opcodes.isa +++ b/src/arch/x86/isa/decoder/one_byte_opcodes.isa @@ -419,7 +419,7 @@ // extend it, and there's no easy way to specify only checking // the first byte. 0x5: decode IMMEDIATE { - 0xffffffffffffff80: + -0x80: SyscallInst::int80('xc->syscall(Rax)', IsSyscall); default: int_Ib(); }