compile: compile on 32 bit hardware

This commit is contained in:
Nathan Binkert 2009-11-05 17:21:26 -08:00
parent 52ccfde2cd
commit 8a3fbbd8d9

View file

@ -419,7 +419,7 @@
// extend it, and there's no easy way to specify only checking // extend it, and there's no easy way to specify only checking
// the first byte. // the first byte.
0x5: decode IMMEDIATE { 0x5: decode IMMEDIATE {
0xffffffffffffff80: -0x80:
SyscallInst::int80('xc->syscall(Rax)', IsSyscall); SyscallInst::int80('xc->syscall(Rax)', IsSyscall);
default: int_Ib(); default: int_Ib();
} }