summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/Common.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-08-01 08:37:19 +0000
committerhrydgard <hrydgard@gmail.com>2008-08-01 08:37:19 +0000
commit53ee26711ef33bf2b51bddb040421866dfc79bc3 (patch)
tree9dc53c34c72c5c6af9ef943a7058d80388da0fb4 /Source/Core/Common/Src/Common.cpp
parent3d769df03626e93d3f5c52c8b2c6d7e2dc1e0e06 (diff)
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
Diffstat (limited to 'Source/Core/Common/Src/Common.cpp')
-rw-r--r--Source/Core/Common/Src/Common.cpp1
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
}