Re: [hatari-devel] Small patch to support debugging Line-F exceptions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On Samstag, 13. April 2024 14:06:49 CEST Eero Tamminen wrote:
> there are a lot of other non-ST exceptions that could
> be added at the same time,
Sure, but those unimplemented addressing exceptions are only thrown by 060 FPU
opcodes, so i thought it may be more convenient to handle them with a single
option. But its not that important, i think those instructions are not
generated by gcc.
But thanks for pushing it.
For the other exceptions: i'm not sure whether its worth to implement them.
Most of them are disabled in the FPCR anyway. And if exceptions like "MMU
configuration error" happens, something has gone already awfully wrong ;)