mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
デバッグ時のゴミが残っていたのを除去
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2684 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
b1ee59b766
commit
5aaa32b17b
@ -382,7 +382,6 @@ static u64 parseRedError(const ErrorLogEntry *entry)
|
||||
if (STD_TSScanf(entry->errorStr,"%*s [l.%*d] RED FATAL %16llx (%*16llx)", &errorcode) == 1||
|
||||
STD_TSScanf(entry->errorStr,"%*s [l.%*d] BOOT %16llx (%*16llx)", &errorcode) == 1 )
|
||||
{
|
||||
printConsole("matched");
|
||||
return errorcode;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user