'and A,A' fixed, some reorganization

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@366 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-03-01 16:31:16 +00:00
parent bad5731da9
commit e477f8f74f
2 changed files with 134 additions and 98 deletions

View file

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