projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03ef1a0
)
SimExit takes a time now
author
Nathan Binkert
<binkertn@umich.edu>
Sun, 2 Nov 2003 18:01:08 +0000
(13:01 -0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Sun, 2 Nov 2003 18:01:08 +0000
(13:01 -0500)
arch/alpha/isa_desc:
regen
--HG--
extra : convert_revision :
a9da9d2a5fc8a0414491e437747cde48dfb61a20
arch/alpha/isa_desc
patch
|
blob
|
history
diff --git
a/arch/alpha/isa_desc
b/arch/alpha/isa_desc
index 09fb4a50a7ca8c3339e14444cfa6fdc73d426be5..aaf0cb0a768df4ee950112d1b1b82d89d8fd343c 100644
(file)
--- a/
arch/alpha/isa_desc
+++ b/
arch/alpha/isa_desc
@@
-2364,7
+2364,7
@@
decode OPCODE default Unknown::unknown() {
format EmulatedCallPal {
0x00: halt ({{
if (!xc->misspeculating())
- SimExit("halt instruction encountered");
+ SimExit(
curTick,
"halt instruction encountered");
}});
0x83: callsys({{
if (!xc->misspeculating())