diff options
author | Russ Cox <[email protected]> | 2009-07-11 19:26:01 -0700 |
---|---|---|
committer | Russ Cox <[email protected]> | 2009-07-11 19:26:01 -0700 |
commit | f9a06440ab746256ecbf9fccdb251487cb2c29f7 (patch) | |
tree | b8d19a36f16724e711bbe02f0b50c84fe8c1f21f /initcode.S | |
parent | 2de1c550cab8a5812dc9965313fce00816a003eb (diff) | |
download | xv6-labs-f9a06440ab746256ecbf9fccdb251487cb2c29f7.tar.gz xv6-labs-f9a06440ab746256ecbf9fccdb251487cb2c29f7.tar.bz2 xv6-labs-f9a06440ab746256ecbf9fccdb251487cb2c29f7.zip |
rearrangements and cleanup for text
Diffstat (limited to 'initcode.S')
-rw-r--r-- | initcode.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |