mirror of https://github.com/ncroxon/gnu-efi
Make old ABI func static
Otherwise, LLVM will emit an extern symbol if -O0 is used which will break the build Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
parent
f77e4e8a8e
commit
9c953ddf27
|
@ -27,6 +27,7 @@ ReallocatePool_1 (
|
|||
IN VOID *OldPool OPTIONAL
|
||||
);
|
||||
|
||||
static
|
||||
inline
|
||||
VOID *
|
||||
EFIAPI
|
||||
|
|
Loading…
Reference in New Issue