On 19/10/25 17:15, Julian Ganz wrote:
We recently introduced API for registering callbacks for trap related
events as well as the corresponding hook functions. Due to differences
between architectures, the latter need to be called from target specific
code.
This change places hooks for Motorola 68000 targets.
Signed-off-by: Julian Ganz <[email protected]>
---
target/m68k/op_helper.c | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>