diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 21:41:21 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 21:41:21 +0200 |
| commit | c15925a24efe14f437d8a2699500241a58fdc8f9 (patch) | |
| tree | c0db3a7d2a4f857324735df35e9cc1f0539c5f24 /asm/syscall.s | |
| parent | 6fd78c2ff950310d8372ec0353553cc4a5a43e72 (diff) | |
cleanup and working on fifo pipes
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) |
