compile: compile on 32 bit hardware
This commit is contained in:
parent
52ccfde2cd
commit
8a3fbbd8d9
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue