mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -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)
|
if (name != NULL)
|
||||||
printf("%s:\n", name);
|
printf("%s:\n", name);
|
||||||
|
|
||||||
printf(" %p ", (void *)(long)vma);
|
printf(" %08lx ", (long)vma);
|
||||||
vma += print_insn_func(vma, &di);
|
vma += print_insn_func(vma, &di);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue