SimExit takes a time now
arch/alpha/isa_desc:
regen
--HG--
extra : convert_revision : a9da9d2a5fc8a0414491e437747cde48dfb61a20
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user