From f16d93f3b9e314336a387a3885c7fd2f176c41d3 Mon Sep 17 00:00:00 2001 From: Nigel Croxon Date: Fri, 16 May 2014 11:33:51 -0400 Subject: [PATCH] Revert "The prototype of DbgPrint() is incorrect, at the end of "inc/efidebug.h"." A problem was found compiling on GCC 4.8. This reverts commit 644898eabc06c8efaa3aa54f84cdd468960a2f6c. --- gnu-efi-3.0/inc/efidebug.h | 2 +- gnu-efi-3.0/lib/print.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu-efi-3.0/inc/efidebug.h b/gnu-efi-3.0/inc/efidebug.h index 4a2d3e7..f95d492 100644 --- a/gnu-efi-3.0/inc/efidebug.h +++ b/gnu-efi-3.0/inc/efidebug.h @@ -99,7 +99,7 @@ DbgAssert ( CHAR8 *string ); -INTN EFIAPI +INTN DbgPrint ( INTN mask, CHAR8 *format, diff --git a/gnu-efi-3.0/lib/print.c b/gnu-efi-3.0/lib/print.c index 4be136a..eaea90c 100644 --- a/gnu-efi-3.0/lib/print.c +++ b/gnu-efi-3.0/lib/print.c @@ -179,7 +179,7 @@ _PoolPrint ( IN CHAR16 *Buffer ); -INTN EFIAPI +INTN DbgPrint ( IN INTN mask, IN CHAR8 *fmt,