mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Clang 3.4 buildfix
This commit is contained in:
parent
1e30bdfce8
commit
e76fc5e56c
1 changed files with 1 additions and 1 deletions
|
@ -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, false, "FlipCCFlag: Unexpected CC flag: %d", flag);
|
||||
ERROR_LOG_REPORT(JIT, 0, "FlipCCFlag: Unexpected CC flag: %d", flag);
|
||||
return CC_O;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue