X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fattr.h;h=837ccfb82cabc6512f1d352ea2792946adf50d2e;hb=c863f160d11502e2c452d567df1f8642ba2694c3;hp=28274a71ddc571d4daa4dccb8be5567ef4758e51;hpb=e6339d49f97766bd1825d6f07ec44ec864d5ebfe;p=bertos.git diff --git a/bertos/cpu/attr.h b/bertos/cpu/attr.h index 28274a71..837ccfb8 100644 --- a/bertos/cpu/attr.h +++ b/bertos/cpu/attr.h @@ -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