From 8b6cc0cbe5e19e8114a65785e24bbcf4d22e0d2f Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 11 Sep 2024 11:45:52 +0200 Subject: IMP: Better architecture for task scheduling. Signed-off-by: Amlal --- dev/ZBA/Sources/HEL/AMD64/BootMain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZBA') 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(&mp)); -- cgit v1.2.3