projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c1742b
)
mips-syscall: mark with correct flag. \nMIPS was using wrong serialization flag on...
author
Korey Sewell
<ksewell@umich.edu>
Sat, 18 Apr 2009 14:42:29 +0000
(10:42 -0400)
committer
Korey Sewell
<ksewell@umich.edu>
Sat, 18 Apr 2009 14:42:29 +0000
(10:42 -0400)
src/arch/mips/isa/decoder.isa
patch
|
blob
|
history
diff --git
a/src/arch/mips/isa/decoder.isa
b/src/arch/mips/isa/decoder.isa
index 339ca868cbd190d0752585044e0bb055c4fed73b..68a63a45842cc13eb2fc519c8b1b8355e729200b 100644
(file)
--- a/
src/arch/mips/isa/decoder.isa
+++ b/
src/arch/mips/isa/decoder.isa
@@
-140,7
+140,7
@@
decode OPCODE_HI default Unknown::unknown() {
}});
#else
0x4: syscall({{ xc->syscall(R2); }},
- IsSerializ
ing
, IsNonSpeculative);
+ IsSerializ
eAfter
, IsNonSpeculative);
#endif
0x7: sync({{ ; }}, IsMemBarrier);
0x5: break({{fault = new BreakpointFault();}});