svp compiler: some adjustments

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@370 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-03-05 21:52:45 +00:00
parent 757f8dae1a
commit a6fb500bb2
5 changed files with 47 additions and 22 deletions

View file

@ -109,7 +109,6 @@ void PicoSVPStartup(void)
elprintf(EL_SVP, "SVP init");
PicoOpt |= 0x20000;
tmp = realloc(Pico.rom, 0x200000 + sizeof(*svp));
if (tmp == NULL)
{