Fix for debug tracking exit in s2650_intf.cpp

This commit is contained in:
Barry Harris 2011-12-11 12:25:12 +00:00
parent 855b2619ef
commit b132d5444c
1 changed files with 0 additions and 1 deletions

View File

@ -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));