mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
32x: drc: handlers wip
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@826 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
ebc9df9f7e
commit
c908877fcd
4 changed files with 6 additions and 6 deletions
|
@ -170,7 +170,7 @@ void host_dasm(void *addr, int len)
|
|||
|
||||
vma_end = vma + len;
|
||||
while (vma < vma_end) {
|
||||
printf(" %p ", (void *)(long)vma);
|
||||
printf(" %p ", (void *)(long)vma);
|
||||
vma += print_insn_func(vma, &di);
|
||||
printf("\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue