From 8a3fbbd8d9ad3938b5226408396ea50c2dd0b0f8 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 5 Nov 2009 17:21:26 -0800 Subject: compile: compile on 32 bit hardware --- src/arch/x86/isa/decoder/one_byte_opcodes.isa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch') 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(); } -- cgit v1.2.3