1
0
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:
2024-02-04 12:20:58 +03:00
parent 9e3d804e6e
commit 4e08a91184

View File

@@ -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"