diff options
Diffstat (limited to 'src/post.c')
-rw-r--r-- | src/post.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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"); |