X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FLibrary%2FEdkUefiDebugLibStdErr%2FDebugLib.c;h=dc0c3ab497392d89cf1b056e0414f5cb4eb4873a;hp=1074d6a2ceced9c20ea122eae74f59730bcee3de;hb=cd14fe3dcf9445a2b3c9e8e3eef78c23c4d2b7cd;hpb=f0147869353782c3413148bbccc1925ed2ade622 diff --git a/EdkModulePkg/Library/EdkUefiDebugLibStdErr/DebugLib.c b/EdkModulePkg/Library/EdkUefiDebugLibStdErr/DebugLib.c index 1074d6a2ce..dc0c3ab497 100644 --- a/EdkModulePkg/Library/EdkUefiDebugLibStdErr/DebugLib.c +++ b/EdkModulePkg/Library/EdkUefiDebugLibStdErr/DebugLib.c @@ -139,7 +139,7 @@ VOID EFIAPI DebugAssert ( IN CHAR8 *FileName, - IN INTN LineNumber, + IN UINTN LineNumber, IN CHAR8 *Description ) /*++