summaryrefslogtreecommitdiff
path: root/asm/syscall.s
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-17 21:41:21 +0200
committerMiguel <m.i@gmx.at>2018-08-17 21:41:21 +0200
commitc15925a24efe14f437d8a2699500241a58fdc8f9 (patch)
treec0db3a7d2a4f857324735df35e9cc1f0539c5f24 /asm/syscall.s
parent6fd78c2ff950310d8372ec0353553cc4a5a43e72 (diff)
cleanup and working on fifo pipes
Diffstat (limited to 'asm/syscall.s')
-rw-r--r--asm/syscall.s5
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)