Made RETF restartable when the target segment is not present

This commit is contained in:
Jeff Parsons 2015-08-21 15:19:16 -07:00
commit 5b64488286
5 changed files with 100 additions and 41 deletions

View file

@ -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: