compile: compile on 32 bit hardware
authorNathan Binkert <nate@binkert.org>
Fri, 6 Nov 2009 01:21:26 +0000 (17:21 -0800)
committerNathan Binkert <nate@binkert.org>
Fri, 6 Nov 2009 01:21:26 +0000 (17:21 -0800)
src/arch/x86/isa/decoder/one_byte_opcodes.isa

index d6cfdc59388f50b5643cfe18cb2452628120b333..0225657c4a9dbb4ff5f735c849e500a30d77eb41 100644 (file)
                 // 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();
                 }