< prev index next >

src/share/vm/utilities/globalDefinitions_gcc.hpp

Print this page

        

@@ -218,11 +218,11 @@
 //----------------------------------------------------------------------------------------------------
 // Debugging
 
 #define DEBUG_EXCEPTION ::abort();
 
-#ifdef ARM
+#ifdef ARM32
 #ifdef SOLARIS
 #define BREAKPOINT __asm__ volatile (".long 0xe1200070")
 #else
 #define BREAKPOINT __asm__ volatile (".long 0xe7f001f0")
 #endif
< prev index next >