デバッグ時のゴミが残っていたのを除去

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2684 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
aoki_ryoma 2008-11-14 10:35:55 +00:00
parent b1ee59b766
commit 5aaa32b17b

View File

@ -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;
}