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 644898eabc.
This commit is contained in:
Nigel Croxon 2014-05-16 11:33:51 -04:00
parent 644898eabc
commit f16d93f3b9
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ DbgAssert (
CHAR8 *string CHAR8 *string
); );
INTN EFIAPI INTN
DbgPrint ( DbgPrint (
INTN mask, INTN mask,
CHAR8 *format, CHAR8 *format,

View File

@ -179,7 +179,7 @@ _PoolPrint (
IN CHAR16 *Buffer IN CHAR16 *Buffer
); );
INTN EFIAPI INTN
DbgPrint ( DbgPrint (
IN INTN mask, IN INTN mask,
IN CHAR8 *fmt, IN CHAR8 *fmt,