projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52ccfde
)
compile: compile on 32 bit hardware
author
Nathan Binkert
<nate@binkert.org>
Fri, 6 Nov 2009 01:21:26 +0000
(17:21 -0800)
committer
Nathan Binkert
<nate@binkert.org>
Fri, 6 Nov 2009 01:21:26 +0000
(17:21 -0800)
src/arch/x86/isa/decoder/one_byte_opcodes.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/decoder/one_byte_opcodes.isa
b/src/arch/x86/isa/decoder/one_byte_opcodes.isa
index d6cfdc59388f50b5643cfe18cb2452628120b333..0225657c4a9dbb4ff5f735c849e500a30d77eb41 100644
(file)
--- 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 {
-
0xffffffffffffff
80:
+
-0x
80:
SyscallInst::int80('xc->syscall(Rax)', IsSyscall);
default: int_Ib();
}