Workaround for a weird bug on 32-bit Linux that makes the Open dialog crash.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6831 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2011-01-12 18:59:52 +00:00
parent fcd72bdba9
commit 6cc41ba96c
1 changed files with 2 additions and 2 deletions

View File

@ -35,6 +35,8 @@
using namespace Gen;
static int temp32;
void CommonAsmRoutines::GenFifoWrite(int size)
{
// Assume value in ABI_PARAM1
@ -60,8 +62,6 @@ void CommonAsmRoutines::GenFifoWrite(int size)
void CommonAsmRoutines::GenFifoFloatWrite()
{
static int temp32;
// Assume value in XMM0
PUSH(ESI);
PUSH(EDX);