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:
parent
644898eabc
commit
f16d93f3b9
@ -99,7 +99,7 @@ DbgAssert (
|
||||
CHAR8 *string
|
||||
);
|
||||
|
||||
INTN EFIAPI
|
||||
INTN
|
||||
DbgPrint (
|
||||
INTN mask,
|
||||
CHAR8 *format,
|
||||
|
@ -179,7 +179,7 @@ _PoolPrint (
|
||||
IN CHAR16 *Buffer
|
||||
);
|
||||
|
||||
INTN EFIAPI
|
||||
INTN
|
||||
DbgPrint (
|
||||
IN INTN mask,
|
||||
IN CHAR8 *fmt,
|
||||
|
Loading…
Reference in New Issue
Block a user