Missed a log.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5576 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction@gmail.com 2013-02-24 20:34:50 +00:00
parent f984c7027f
commit a467075ae0
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ __fi void mVUcheckBadOp(mV) {
//So to prevent spamming we ignore these, however its possible the real VU will bomb out if
//this happens, so we will bomb out without warning.
if(mVU.code != 0x8000033c)
DevCon.Warning("microVU Warning: First Instruction of block contains illegal opcode...");
DevCon.Warning("microVU Warning: Block contains an illegal opcode...");
else
mVUinfo.isBadOp = false; //End quietly
}