mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
smallfix
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2362 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
3c47e19d8a
commit
d6e46223a7
@ -694,7 +694,7 @@ static void PrintError( void )
|
||||
PrintfSJIS( 128, 0, TXT_COLOR_BLUE, "IPL:%s", g_strIPLSvnRevision );
|
||||
PrintfSJIS( 128, 12, TXT_COLOR_BLUE, "SDK:%s", g_strSDKSvnRevision );
|
||||
error_code = UTL_GetFatalError();
|
||||
PrintfSJIS( 2, 25, TXT_COLOR_RED,"ERROR! - 0x%0.16x\n", error_code );
|
||||
PrintfSJIS( 2, 25, TXT_COLOR_RED,"ERROR! - 0x%016llx\n", error_code );
|
||||
ERRORLOG_Write(error_code);
|
||||
for(l=0;l<64;l++)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user