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:
parent
fcd72bdba9
commit
6cc41ba96c
|
@ -35,6 +35,8 @@
|
||||||
|
|
||||||
using namespace Gen;
|
using namespace Gen;
|
||||||
|
|
||||||
|
static int temp32;
|
||||||
|
|
||||||
void CommonAsmRoutines::GenFifoWrite(int size)
|
void CommonAsmRoutines::GenFifoWrite(int size)
|
||||||
{
|
{
|
||||||
// Assume value in ABI_PARAM1
|
// Assume value in ABI_PARAM1
|
||||||
|
@ -60,8 +62,6 @@ void CommonAsmRoutines::GenFifoWrite(int size)
|
||||||
|
|
||||||
void CommonAsmRoutines::GenFifoFloatWrite()
|
void CommonAsmRoutines::GenFifoFloatWrite()
|
||||||
{
|
{
|
||||||
static int temp32;
|
|
||||||
|
|
||||||
// Assume value in XMM0
|
// Assume value in XMM0
|
||||||
PUSH(ESI);
|
PUSH(ESI);
|
||||||
PUSH(EDX);
|
PUSH(EDX);
|
||||||
|
|
Loading…
Reference in New Issue