From ead2aaa4b395ca4c30d77aa26e7a09e0b93ea4b7 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Mon, 17 Aug 2026 12:59:57 -0700 Subject: DEL: bad comment. --- src/start.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start.s b/src/start.s index 58efed0..683bfe7 100644 --- a/src/start.s +++ b/src/start.s @@ -7,7 +7,7 @@ _start: movl (%rsp), %edi # argc = first 4 bytes of stack. leaq 8(%rsp), %rsi # argv = address of first arg ptr. - call main # see main.c. + call main movl %eax, %edi # status = ret val. movl $1, %eax # SYS_exit = 1. -- cgit 1.4.1