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;
|
UINT8 *data = NULL;
|
||||||
UINTN dataSize = 0;
|
UINTN dataSize = 0;
|
||||||
EFI_STATUS efi_status;
|
EFI_STATUS efi_status;
|
||||||
volatile register UINTN x = 0;
|
register volatile UINTN x = 0;
|
||||||
extern char _text, _data;
|
extern char _text, _data;
|
||||||
|
|
||||||
if (x)
|
if (x)
|
||||||
|
Loading…
Reference in New Issue
Block a user