summaryrefslogtreecommitdiff
path: root/src/post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post.c')
-rw-r--r--src/post.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/post.c b/src/post.c
index 97fe6ac..3c68990 100644
--- a/src/post.c
+++ b/src/post.c
@@ -220,8 +220,3 @@ _start()
memset(&br, 0, sizeof(br));
call16_int(0x19, &br);
}
-
-// Ughh - some older gcc compilers have a bug which causes VISIBLE32
-// functions to not be exported as a global variable - force _start
-// to be global here.
-asm(".global _start");