32x: drc: new debug facility (pdb). Few fixes thanks to it.

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@863 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2010-01-19 22:17:47 +00:00
parent 2368651527
commit 5686d93123
14 changed files with 708 additions and 33 deletions

View file

@ -188,7 +188,7 @@ void host_dasm(void *addr, int len)
if (name != NULL)
printf("%s:\n", name);
printf(" %08lx ", (long)vma);
printf(" %08lx ", (long)vma);
vma += print_insn_func(vma, &di);
printf("\n");
}