mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-10 08:27:48 +05:30
C: jokes/brexit.c: remove _Noreturn
This commit is contained in:
parent
2ab2a332a1
commit
5095bb1f47
@ -7,10 +7,9 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
__attribute__((noreturn)) _Noreturn void Brexit(void);
|
__attribute__((noreturn)) void Brexit(void);
|
||||||
|
|
||||||
__attribute__((noreturn))
|
__attribute__((noreturn))
|
||||||
_Noreturn
|
|
||||||
void Brexit(void) {
|
void Brexit(void) {
|
||||||
asm volatile (
|
asm volatile (
|
||||||
"movl $0x7F, %%ebx\n\t"
|
"movl $0x7F, %%ebx\n\t"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user