mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Log the block when "uneaten prefix" happens
This commit is contained in:
parent
dc772e6f3a
commit
fff898b526
@ -107,6 +107,7 @@ bool IRFrontend::CheckRounding() {
|
||||
// Drat. The VFPU hit an uneaten prefix at the end of a block.
|
||||
if (js.startDefaultPrefix && js.MayHavePrefix()) {
|
||||
WARN_LOG(JIT, "An uneaten prefix at end of block");
|
||||
logBlocks = 1;
|
||||
js.LogPrefix();
|
||||
|
||||
// Let's try that one more time. We won't get back here because we toggled the value.
|
||||
|
Loading…
Reference in New Issue
Block a user