summaryrefslogtreecommitdiffhomepage
path: root/dev/ddk/src/ddk_kernel_call_dispatch.S
diff options
context:
space:
mode:
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