From 1b032501d088abe9a8624d4673e0b78931bb7108 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 24 Apr 2025 12:39:05 -0400 Subject: libc should not halt --- user/lib/entry.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'user') diff --git a/user/lib/entry.S b/user/lib/entry.S index 34390a0..40570b5 100644 --- a/user/lib/entry.S +++ b/user/lib/entry.S @@ -6,10 +6,6 @@ .code64 _start: call main - subq $16, %rsp # ??? pushq %rax call exit - -halt: - jmp halt -- cgit v1.2.3-freya