Log the block when "uneaten prefix" happens

This commit is contained in:
Henrik Rydgard 2016-05-16 00:05:03 +02:00
parent dc772e6f3a
commit fff898b526

View File

@ -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.