mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-01 10:25:23 +00:00
Callback implementations were specific to arm and m68k, so can easily cast to ARMCPU and M68kCPU respectively. Prepares for changing GDBState::c_cpu to CPUState. Signed-off-by: Andreas Färber <afaerber@suse.de>