From 53ee26711ef33bf2b51bddb040421866dfc79bc3 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Fri, 1 Aug 2008 08:37:19 +0000 Subject: More linux work. Getting a bit closer, but JIT does still not work. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@119 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/Common.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/Common/Src/Common.cpp') 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 } -- cgit v1.2.3