projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da84aa9
)
X86: missed a file which adds a "fold" bit.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 30 Jul 2007 20:25:38 +0000
(13:25 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 30 Jul 2007 20:25:38 +0000
(13:25 -0700)
--HG--
extra : convert_revision :
2c8eea425221d069a9bb888c8f18839843061899
src/arch/x86/isa/formats/syscall.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/formats/syscall.isa
b/src/arch/x86/isa/formats/syscall.isa
index 8b860dba4a01eee6d4d6c131f5921e9d95cf19b6..2f88c8d23bf35277bacb20cd9c675f23bb552dda 100644
(file)
--- a/
src/arch/x86/isa/formats/syscall.isa
+++ b/
src/arch/x86/isa/formats/syscall.isa
@@
-65,6
+65,7
@@
output header {{
class SyscallInst : public X86ISA::X86StaticInst
{
public:
+ static const RegIndex foldOBit = 0;
/// Constructor
SyscallInst(const char *_mnemonic, ExtMachInst _machInst,
OpClass __opClass) :