On 3/21/24 05:48, Philippe Mathieu-Daudé wrote:
Keep all HMP commands in monitor.c.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/m68k/cpu.h | 3 +- target/m68k/helper.c | 222 ----------------------------------------- target/m68k/monitor.c | 223 +++++++++++++++++++++++++++++++++++++++++- 3 files changed, 223 insertions(+), 225 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
