summaryrefslogtreecommitdiff
path: root/asm_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm_print.c')
-rw-r--r--asm_print.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/asm_print.c b/asm_print.c
index f232661..161249e 100644
--- a/asm_print.c
+++ b/asm_print.c
@@ -1,9 +1,6 @@
#include <string.h>
#include <stddef.h>
-#ifndef __stupid
-#define __stupid
-
void dprint(const char* str);
int main(void) {
@@ -28,5 +25,3 @@ void dprint(const char* str) {
: "%rax", "%rdi", "%rsi", "%rdx"
);
}
-
-#endif