mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-13 20:22:38 +00:00
Clang 3.4 buildfix
This commit is contained in:
parent
1e30bdfce8
commit
e76fc5e56c
@ -150,7 +150,7 @@ static CCFlags FlipCCFlag(CCFlags flag)
|
|||||||
case CC_LE: return CC_NLE;
|
case CC_LE: return CC_NLE;
|
||||||
case CC_NLE: return CC_LE;
|
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;
|
return CC_O;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user