Skip to content

Commit

Permalink
Make old ABI func static
Browse files Browse the repository at this point in the history
Otherwise, LLVM will emit an extern symbol if -O0 is used
which will break the build

Signed-off-by: Callum Farmer <[email protected]>
  • Loading branch information
gmbr3 committed Jul 4, 2024
1 parent f77e4e8 commit 9c953dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/legacy.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ReallocatePool_1 (
IN VOID *OldPool OPTIONAL
);

static
inline
VOID *
EFIAPI
Expand Down

0 comments on commit 9c953dd

Please sign in to comment.