add back a couple of lines uselessly removed in 1654. dunno if it fixes anything.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2064 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-02-01 18:08:49 +00:00
parent 4b21fa46d5
commit 2cc882e88f
1 changed files with 2 additions and 0 deletions

View File

@ -286,4 +286,6 @@ using namespace Gen;
}
// Call interpreter
Default(inst);
MOV(32, R(EAX), M(&NPC));
WriteExitDestInEAX(0);
}