From 48f0de8f7b390f04822d1b67a744f1877490bc54 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Fri, 18 Oct 2024 07:30:23 -0400 Subject: [PATCH] clean up --- include/util/kmem_func.nasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util/kmem_func.nasm b/include/util/kmem_func.nasm index 93f544d..2c5ad3d 100644 --- a/include/util/kmem_func.nasm +++ b/include/util/kmem_func.nasm @@ -37,7 +37,7 @@ kmemset: __CDECL16_EXIT ret -; uint8_t* kmemset(uint8_t* dest, uint8_t* src, uint8_t len); +; uint8_t* kmemset(uint16_t* dest, uint16_t* src, uint16_t len); ; not overlap safe ALIGN 4, db 0x90 kmemcpy: