summaryrefslogtreecommitdiffhomepage
path: root/dev/ddk/src/ddk_kernel_call_dispatch.S
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-08-13 23:56:41 +0200
committerAmlal <amlal@nekernel.org>2025-08-13 23:56:41 +0200
commitbb432453ab609ca7e8dc8e991775329d10a29e7b (patch)
treecea449ab68c412e6bd33ef4aedf8c912b55b3ade /dev/ddk/src/ddk_kernel_call_dispatch.S
parentd720fa31aaf728b63c95575843f42a575c63765f (diff)
feat! Breaking changes in the DDK.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/ddk/src/ddk_kernel_call_dispatch.S')
-rw-r--r--dev/ddk/src/ddk_kernel_call_dispatch.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ddk/src/ddk_kernel_call_dispatch.S b/dev/ddk/src/ddk_kernel_call_dispatch.S
index 9b32d0c2..c66d9d49 100644
--- a/dev/ddk/src/ddk_kernel_call_dispatch.S
+++ b/dev/ddk/src/ddk_kernel_call_dispatch.S
@@ -3,7 +3,7 @@
compiler: gnu
*/
-.globl ke_call_dispatch
+.globl __ke_call_dispatch
.text
@@ -13,7 +13,7 @@
#if defined(__DDK_AMD64__)
/* args rcx, rdx, r8, r9 */
-ke_call_dispatch:
+__ke_call_dispatch:
int $0x33
ret