diff options
Diffstat (limited to 'EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/DebugLib.c')
-rw-r--r-- | EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/DebugLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/DebugLib.c b/EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/DebugLib.c index 5a7300faba..51ea6bd9ba 100644 --- a/EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/DebugLib.c +++ b/EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/DebugLib.c @@ -66,7 +66,7 @@ VOID EFIAPI
DebugAssert (
IN CHAR8 *FileName,
- IN INTN LineNumber,
+ IN UINTN LineNumber,
IN CHAR8 *Description
)
/*++
|