From bb432453ab609ca7e8dc8e991775329d10a29e7b Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 13 Aug 2025 23:56:41 +0200 Subject: feat! Breaking changes in the DDK. Signed-off-by: Amlal --- dev/ddk/src/ddk_kernel_call_dispatch.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ddk/src/ddk_kernel_call_dispatch.S') 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 -- cgit v1.2.3