1
0
Fork 0

Added heavy breakpoint handling

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@929
This commit is contained in:
Ulf Wohlers 2003-04-14 10:44:39 +00:00
parent 7b45220ec3
commit 65d4bbf28c

View file

@ -57,6 +57,10 @@ Bitu Full_DeCode(void) {
while (CPU_Cycles>0) {
#if C_DEBUG
cycle_count++;
#if C_HEAVY_DEBUG
SaveIP();
if (DEBUG_HeavyIsBreakpoint()) return 1;
#endif
#endif
CPU_Cycles--;
inst.entry=cpu.full.entry;