Made RETF restartable when the target segment is not present
This commit is contained in:
parent
2d7cbe2864
commit
5b64488286
5 changed files with 100 additions and 41 deletions
|
|
@ -627,7 +627,7 @@ if (DEBUGGER) {
|
|||
};
|
||||
|
||||
Debugger.TRACE_LIMIT = 100000;
|
||||
Debugger.HISTORY_LIMIT = DEBUG? 100000 : 10000;
|
||||
Debugger.HISTORY_LIMIT = DEBUG? 100000 : 1000;
|
||||
|
||||
/*
|
||||
* Opcode 0x0F has a distinguished history:
|
||||
|
|
|
|||
Loading…
Reference in a new issue