Re: [hatari-devel] Solved: Pure debugger, illegal opcodes, exceptions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On torstai 11 lokakuu 2012, Thomas Huth wrote:
> schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> > > get_long() results in a bus error, i.e. write_log causes the actual
> > > crash by calling get_long(). After removing this line PD starts
> > > without any crash.
>
> Great, very well spotted, Uwe!
Indeed, my compliments on that too.
(unfortunately I forgot to credit Uwe in the commit message. :-/)
> I think most of the other statements you listed here should be fine,
> since the Exception handler switches to supervisor mode before calling
> these write_log functions.
for consistency's sake I converted all to use STMemory_Read* stuff.
- Eero