From f9a06440ab746256ecbf9fccdb251487cb2c29f7 Mon Sep 17 00:00:00 2001 From: Russ Cox <rsc@swtch.com> Date: Sat, 11 Jul 2009 19:26:01 -0700 Subject: rearrangements and cleanup for text --- initcode.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initcode.S') diff --git a/initcode.S b/initcode.S index 984d29f..41e84f4 100644 --- a/initcode.S +++ b/initcode.S @@ -8,7 +8,7 @@ start: pushl $argv pushl $init - pushl $0 + pushl $0 // where caller pc would be movl $SYS_exec, %eax int $T_SYSCALL -- cgit v1.2.3