mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-01 18:47:02 +00:00
Fix buildfix: there shouldn't be a zero there at all.
This commit is contained in:
parent
c162e0e9ca
commit
980de339ce
@ -150,7 +150,7 @@ static CCFlags FlipCCFlag(CCFlags flag)
|
||||
case CC_LE: return CC_NLE;
|
||||
case CC_NLE: return CC_LE;
|
||||
}
|
||||
ERROR_LOG_REPORT(JIT, 0, "FlipCCFlag: Unexpected CC flag: %d", flag);
|
||||
ERROR_LOG_REPORT(JIT, "FlipCCFlag: Unexpected CC flag: %d", flag);
|
||||
return CC_O;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user