Restore correct MODE type.
[bertos.git] / bertos / cpu / attr.h
index 28274a71ddc571d4daa4dccb8be5567ef4758e51..837ccfb82cabc6512f1d352ea2792946adf50d2e 100644 (file)
@@ -94,7 +94,7 @@
 
        #ifdef __GNUC__
                #define NOP         asm volatile ("nop")
-               #define BREAKPOINT  asm volatile ("int 3" ::)
+               #define BREAKPOINT  asm volatile ("int3" ::)
        #endif
 
 #elif CPU_ARM