X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fattr.h;h=837ccfb82cabc6512f1d352ea2792946adf50d2e;hb=2325bd9b0caad4f1ef2a277a7c568dae53c3f7f3;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