summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/IDylibObject.h
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-08-17 08:16:29 +0200
committerAmlal <amlal@nekernel.org>2025-08-17 08:16:29 +0200
commit0fdc3eeb3afed04f9ffd36b4b2760dac61d1b098 (patch)
tree3e4887506ba7ce77fad55e59f7f643191d70cdf2 /dev/kernel/KernelKit/IDylibObject.h
parentef8603be406c84f9bf8d777109d7c7a91e019139 (diff)
feat: kernel: (HALKit/KernelKit): Scheduler, and dylib improvements.
feat: ZXD: Define the ZXD format. TeX file for PEF and ZXD to be written soon. Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/KernelKit/IDylibObject.h')
-rw-r--r--dev/kernel/KernelKit/IDylibObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/IDylibObject.h b/dev/kernel/KernelKit/IDylibObject.h
index b673766c..3727e938 100644
--- a/dev/kernel/KernelKit/IDylibObject.h
+++ b/dev/kernel/KernelKit/IDylibObject.h
@@ -41,5 +41,5 @@ class IDylibObject {
};
/// @brief Pure implementation, missing method/function handler.
-EXTERN_C void __zka_pure_call(void);
+EXTERN_C void __ne_pure_call(void);
} // namespace Kernel