summaryrefslogtreecommitdiff
path: root/initcode.S
diff options
context:
space:
mode:
Diffstat (limited to 'initcode.S')
-rw-r--r--initcode.S2
1 files changed, 1 insertions, 1 deletions
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