Added ShutDown call for debugger
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@410
This commit is contained in:
parent
7d6603d275
commit
174ed12a92
1 changed files with 5 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "pic.h"
|
||||
#include "timer.h"
|
||||
#include "setup.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
//#define DISABLE_JOYSTICK
|
||||
|
||||
|
@ -567,5 +567,9 @@ int main(int argc, char* argv[]) {
|
|||
LOG_ERROR("Exit to error: %s",error);
|
||||
fgetc(stdin);
|
||||
}
|
||||
#if C_DEBUG
|
||||
DEBUG_ShutDown();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue