Build fix.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5335 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-04-12 01:26:57 +00:00
parent d0e7e03c78
commit ba853e682c
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ void DSPEmitter::ext_dmem_write(u32 dest, u32 src)
// g_dsp.dram[addr & DSP_DRAM_MASK] = val;
// FIXME this wont work on 64bit
AND(16, R(EAX), Imm16(DSP_DRAM_MASK));
MOV(16, MDisp(EAX, (int)&g_dsp.dram[0]), R(ECX));
MOV(16, MDisp(EAX, (int)g_dsp.dram[0]), R(ECX));
FixupBranch end = J();
// else if (saddr == 0xf)