Lil fix for Gecko code endifs. ((CT7 CST1) error messages)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5950 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Jordan Woyak 2010-07-23 06:39:07 +00:00
parent a3e3155678
commit 04da34ceb7

View File

@ -907,7 +907,8 @@ bool EndCodes()
else
{
// too many endifs
return false;
// no it's not, i gotta fix my code execution on/off stuff
code_execution_counter = 0;
}
const bool is_else = !!(code.address & 0x00100000);