diff --git a/c-programming/jokes/brexit.c b/c-programming/jokes/brexit.c index c83cc1a..1f1ac5f 100644 --- a/c-programming/jokes/brexit.c +++ b/c-programming/jokes/brexit.c @@ -9,7 +9,7 @@ void Brexit(void) __attribute__((noreturn)); __attribute__((noreturn)) void Brexit(void) { - asm volatile ( + __asm__ volatile ( "movl $0x7F, %%ebx\n\t" "movl $1, %%eax\n\t" "int $0x80"