Skip to content
Snippets Groups Projects
Commit 01622851 authored by John Hodge's avatar John Hodge
Browse files

Usermode/ld-acess - Fixed crash when arguments are passed to user apps

parent 1efe1651
No related merge requests found
...@@ -14,12 +14,8 @@ _errno: dw 0 ...@@ -14,12 +14,8 @@ _errno: dw 0
[extern SoMain] [extern SoMain]
_start: _start:
call SoMain call SoMain
add esp, 4 ; // Base address
add esp, 4 jmp eax
call eax
push eax
call _exit
; DEST ; DEST
; SRC ; SRC
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment