summaryrefslogtreecommitdiff
path: root/libc/error/sys_errlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/error/sys_errlist.c')
-rw-r--r--libc/error/sys_errlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/error/sys_errlist.c b/libc/error/sys_errlist.c
index 1d9e65b..79a40bf 100644
--- a/libc/error/sys_errlist.c
+++ b/libc/error/sys_errlist.c
@@ -23,7 +23,6 @@ int sys_nerr = NR_ERRORS;
loc 1 ! Make sure the pointer is in the correct segment
auto_func: ! Label for bcc -M to work.
.word _init_vars ! Pointer to the autorun function
- .word no_op ! Space filler cause segs are padded to 4 bytes.
.text ! So the function after is also in the correct seg.
#endasm