Skip to content

Commit

Permalink
fix build more
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Oct 10, 2023
1 parent 49b804f commit 9599658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/freeldr/freeldr/arch/uefi/amd64/uefiasm.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#include <arch/pc/x86common.h>
#include <arch/pc/pcbios.h>

.code64
EXTERN UefiServiceStack:DWORD
EXTERN BasicStack:DWORD
EXTERN ExecuteLoaderCleanly:PROC
EXTERN UefiExitBootServices:PROC
.code64

// void _exituefi(VOID)
PUBLIC _exituefi
Expand Down

0 comments on commit 9599658

Please sign in to comment.