mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
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;
|
||||
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user