mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
C: jokes/brexit.c: C99: change asm
to __asm__
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user