From f83e7bddcf24433adbfc9214e0f8f8139f8b6362 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 1 Dec 2024 18:41:41 +0100 Subject: FIX: Fixing ARM64 execution when booting from bootloader. FIX: Now works both for ARM64 and AMD64 EFI backends. TODO: The ACB backend needs to be done too. Signed-off-by: Amlal El Mahrouss --- dev/ZKAKit/KernelKit/IPEFDLLObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZKAKit/KernelKit/IPEFDLLObject.h') diff --git a/dev/ZKAKit/KernelKit/IPEFDLLObject.h b/dev/ZKAKit/KernelKit/IPEFDLLObject.h index 9447a98f..03dcd53f 100644 --- a/dev/ZKAKit/KernelKit/IPEFDLLObject.h +++ b/dev/ZKAKit/KernelKit/IPEFDLLObject.h @@ -22,7 +22,7 @@ namespace Kernel * @brief Shared Library class * Load library from this class */ - class IPEFDLLObject final : public IDLLObject + class IPEFDLLObject final ZKA_DLL_OBJECT { public: explicit IPEFDLLObject() = default; -- cgit v1.2.3