re-add alignment for dspbuffer in DSPSpy...turns out it's needed :)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5054 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2010-02-14 02:31:42 +00:00
parent e5afde67ce
commit 98c7993a8a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
// #include "virtual_dsp.h"
// Used for communications with the DSP, such as dumping registers etc.
u16 dspbuffer[16 * 1024];
u16 dspbuffer[16 * 1024] __attribute__ ((aligned (0x4000)));
static void *xfb = NULL;
void (*reboot)() = (void(*)())0x80001800;