summaryrefslogtreecommitdiff
path: root/libc/malloc2/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/malloc2/malloc.c')
-rw-r--r--libc/malloc2/malloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/malloc2/malloc.c b/libc/malloc2/malloc.c
index 143d324..2e1cc04 100644
--- a/libc/malloc2/malloc.c
+++ b/libc/malloc2/malloc.c
@@ -47,7 +47,6 @@ extern int __STACKSIZE;
loc 1 ! Make sure the pointer is in the correct segment
auto_func: ! Label for bcc -M to work.
.word _malloc_init ! 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
#endif