diff options
Diffstat (limited to 'asm/syscall.s')
| -rw-r--r-- | asm/syscall.s | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/asm/syscall.s b/asm/syscall.s index 8860d89..388b6fa 100644 --- a/asm/syscall.s +++ b/asm/syscall.s @@ -1,10 +1,5 @@ .global syscall -// call from c with 4 x 32bit params -// syscall number, p1,p2,p3,p4 - -// TODO: push stack frame? - syscall: push %ebx // preserve (sysV abi convnetion) |
