summaryrefslogtreecommitdiffhomepage
path: root/dev/DDK/DispatchKernelCall.S
diff options
context:
space:
mode:
Diffstat (limited to 'dev/DDK/DispatchKernelCall.S')
-rw-r--r--dev/DDK/DispatchKernelCall.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/DDK/DispatchKernelCall.S b/dev/DDK/DispatchKernelCall.S
index ef1886b9..3a9a57b5 100644
--- a/dev/DDK/DispatchKernelCall.S
+++ b/dev/DDK/DispatchKernelCall.S
@@ -30,7 +30,7 @@ __KernelCallDispatch:
/* args x0, x8, x9, x10, x11 is kept to tell that this is a Kernel call */
__KernelCallDispatch:
/* There is no specific interrupt request id for a system call in ARM64 as well. */
- mov x11, #0x33
+ mov x9, #0x33
svc #0
#endif