From b132d5444c282f1f413d197b99a2d3ed159ad824 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Sun, 11 Dec 2011 12:25:12 +0000 Subject: [PATCH] Fix for debug tracking exit in s2650_intf.cpp --- src/cpu/s2650_intf.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu/s2650_intf.cpp b/src/cpu/s2650_intf.cpp index 86cee39ad..5c02656f3 100644 --- a/src/cpu/s2650_intf.cpp +++ b/src/cpu/s2650_intf.cpp @@ -200,7 +200,6 @@ void s2650Exit() { #if defined FBA_DEBUG if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650Exit called without init\n")); - if (nActiveS2650 == -1) bprintf(PRINT_ERROR, _T("s2650Exit called when no CPU open\n")); #endif memset (&sHandler, 0, sizeof (sHandler));