From c44112560670b2e40b389aa2943fde54f4d287da Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Wed, 9 Jul 2003 16:11:30 +0000 Subject: [PATCH] LEAVECORE is called only if breakpoint is detected (heavy debug), added SaveIP. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1106 --- src/cpu/core_full.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cpu/core_full.cpp b/src/cpu/core_full.cpp index b7351f59..6b3d1360 100644 --- a/src/cpu/core_full.cpp +++ b/src/cpu/core_full.cpp @@ -91,6 +91,7 @@ Bitu Full_DeCode(void) { #if C_DEBUG cycle_count++; #if C_HEAVY_DEBUG + SaveIP(); if (DEBUG_HeavyIsBreakpoint()) { LEAVECORE; return 1;