summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AXP/SYSCALL.s
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/HALKit/AXP/SYSCALL.s')
-rw-r--r--dev/Kernel/HALKit/AXP/SYSCALL.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/Kernel/HALKit/AXP/SYSCALL.s b/dev/Kernel/HALKit/AXP/SYSCALL.s
new file mode 100644
index 00000000..19cab808
--- /dev/null
+++ b/dev/Kernel/HALKit/AXP/SYSCALL.s
@@ -0,0 +1,10 @@
+.section .text
+system_handle_user_call:
+ .cfi_startproc
+
+ push %r0
+ jmp %r1
+ mov %r30, %r2
+
+ .cfi_endproc
+ retsys \ No newline at end of file