From 49df5ae7f4475695e04567771dffe50292e695de Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 8 Sep 2024 12:08:13 +0200 Subject: [ IMP ] DDK Model improvements and reworked the drvsign tool. Signed-off-by: Amlal --- dev/DDK/DispatchKernelCall.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/DDK/DispatchKernelCall.S') 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 -- cgit v1.2.3