Put back the store removed in r5790. JIT on OS X crashes without it.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5799 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2010-06-26 14:10:02 +00:00
parent 958e9bd1e0
commit 20fd23752f
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ void Jit64::regimmop(int d, int a, bool binary, u32 value, Operation doop, void
{
// a == 0, which for these instructions imply value = 0
gpr.SetImmediate32(d, value);
gpr.StoreFromX64(d);
}
else
{