summaryrefslogtreecommitdiffhomepage
path: root/dev/DDK/DispatchKernelCall.S
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-08 12:08:13 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-08 12:08:13 +0200
commit49df5ae7f4475695e04567771dffe50292e695de (patch)
treef354aae36ea555972020ea9ea6a263e42a48b78d /dev/DDK/DispatchKernelCall.S
parentdf8a42aa1266d953a9ee473afe9f6349bd1837c7 (diff)
[ IMP ] DDK Model improvements and reworked the drvsign tool.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
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