summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/__sys.x86-32.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/__sys.x86-32.s b/src/__sys.x86-32.s
index ad60201d..41ce8711 100644
--- a/src/__sys.x86-32.s
+++ b/src/__sys.x86-32.s
@@ -10,8 +10,6 @@ __syscall:
sysenter
ret
-/* FIXME: this seems to be unpossible to put in a shared library */
-/* FIXME: it may be worthwhile to separate this into crt1.s */
.global _start
_start:
/* TODO */