14 lines
172 B
Diff
14 lines
172 B
Diff
|
--- x86.S
|
||
|
+++ x86.S
|
||
|
@@ -196,8 +196,8 @@
|
||
|
hlt
|
||
|
jmp BF_die
|
||
|
|
||
|
-#endif
|
||
|
-
|
||
|
#if defined(__ELF__) && defined(__linux__)
|
||
|
.section .note.GNU-stack,"",@progbits
|
||
|
#endif
|
||
|
+
|
||
|
+#endif
|