Re: [hatari-devel] Bug in debugger when reading longs |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 23/01/2018 à 13:37, Nicolas Pomarède a écrit :
Yes, the problem is that currently there's no "refetch" when PC reg is
changed, so although you changed PC, the previously prefetched values
were kept and the next instruction will be a mix between old prefetch
values and new prefetch ones.
Hi
I added the missing call to refill prefetch after changing PC.
It worked with a small test, can you check too ?
Nicolas