summaryrefslogtreecommitdiff
path: root/libc/tests/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/tests/env.c')
-rw-r--r--libc/tests/env.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/tests/env.c b/libc/tests/env.c
index baeb8e9..c904969 100644
--- a/libc/tests/env.c
+++ b/libc/tests/env.c
@@ -71,7 +71,6 @@ int global_var_that_needs_init = 0x201;
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