mirror of https://github.com/ncroxon/gnu-efi
This makes "-Werror=old-style-declaration" work.
Signed-off-by: Peter Jones <pjones@redhat.com> Signed-off-by: Nigel Croxon <nigel.croxon@hpe.com>
This commit is contained in:
parent
087d22af38
commit
fb8f9bfe52
|
@ -45,7 +45,7 @@ DebugHook(void)
|
|||
UINT8 *data = NULL;
|
||||
UINTN dataSize = 0;
|
||||
EFI_STATUS efi_status;
|
||||
volatile register UINTN x = 0;
|
||||
register volatile UINTN x = 0;
|
||||
extern char _text, _data;
|
||||
|
||||
if (x)
|
||||
|
|
Loading…
Reference in New Issue