1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-12 22:45:54 +05:30

C: jokes/brexit.c: C99: change asm to __asm__

This commit is contained in:
Intel A80486DX2-66 2024-02-04 12:20:58 +03:00
parent 9e3d804e6e
commit 4e08a91184
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

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"