SVP: fix ARM breakage, re-add missing stuff

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@818 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-10-15 21:31:34 +00:00
parent bcf65fd674
commit 72f63cf06c
6 changed files with 67 additions and 35 deletions

View file

@ -7,6 +7,7 @@
#include "../../pico_int.h"
#include "../../cpu/drc/cmn.h"
#include "compiler.h"
svp_t *svp = NULL;
@ -97,6 +98,11 @@ static int PicoSVPDma(unsigned int source, int len, unsigned short **srcp, unsig
void PicoSVPInit(void)
{
#ifndef PSP
// this is to unmap tcache and make
// mem available for large ROMs, MCD, etc.
drc_cmn_cleanup();
#endif
}
static void PicoSVPExit(void)