mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
32x: drc: block linking
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@853 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
8a4843859f
commit
8ced22511b
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ void host_dasm(void *addr, int len)
|
|||
if (name != NULL)
|
||||
printf("%s:\n", name);
|
||||
|
||||
printf(" %p ", (void *)(long)vma);
|
||||
printf(" %08lx ", (long)vma);
|
||||
vma += print_insn_func(vma, &di);
|
||||
printf("\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue