diff options
Diffstat (limited to 'userspace/crt0.s')
| -rw-r--r-- | userspace/crt0.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/userspace/crt0.s b/userspace/crt0.s index 26ad47c..dedc86c 100644 --- a/userspace/crt0.s +++ b/userspace/crt0.s @@ -19,10 +19,10 @@ jne copy pop %ecx pop %ebx -# environment adress was passed on stack - movl $0xf5000000, _impure_ptr +# environment adress was passed on stack + pop %eax mov %eax, environ |
