diff options
Diffstat (limited to 'Source/Core/Common/Src/Common.cpp')
| -rw-r--r-- | Source/Core/Common/Src/Common.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Common.cpp b/Source/Core/Common/Src/Common.cpp index 3b562a717c..0cce42c703 100644 --- a/Source/Core/Common/Src/Common.cpp +++ b/Source/Core/Common/Src/Common.cpp @@ -52,6 +52,7 @@ void PanicAlert(const char* format, ...) //#error Do a messagebox!
vprintf(format, args);
printf("\n");
+ asm ("int $3") ;
#endif
}
|
