summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBA
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-11 11:45:52 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-11 11:45:52 +0200
commit8b6cc0cbe5e19e8114a65785e24bbcf4d22e0d2f (patch)
tree3713620f703318ab9fb9ad6906263e68c64ee789 /dev/ZBA
parent56fcf152004c913bddd19b6eeac1f96eb2c9b869 (diff)
IMP: Better architecture for task scheduling.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/ZBA')
-rw-r--r--dev/ZBA/Sources/HEL/AMD64/BootMain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZBA/Sources/HEL/AMD64/BootMain.cxx b/dev/ZBA/Sources/HEL/AMD64/BootMain.cxx
index 07fd0595..7e85296f 100644
--- a/dev/ZBA/Sources/HEL/AMD64/BootMain.cxx
+++ b/dev/ZBA/Sources/HEL/AMD64/BootMain.cxx
@@ -135,7 +135,7 @@ EFI_EXTERN_C EFI_API Int Main(EfiHandlePtr ImageHandle,
auto guid_mp = EfiGUID(EFI_MP_SERVICES_PROTOCOL_GUID);
EfiMpServicesProtocol* mp = nullptr;
- extern EfiBootServices* BS;
+ EXTERN EfiBootServices* BS;
BS->LocateProtocol(&guid_mp, nullptr, reinterpret_cast<VoidPtr*>(&mp));