From cf3b1238d3ebdf6184a9977ee6e0d3057313444c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 22 Jul 2025 02:59:19 -0400 Subject: oemu: cpu: Add CPU register dump Signed-off-by: Ian Moffett --- usr.bin/oemu/include/oemu/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/oemu/include') diff --git a/usr.bin/oemu/include/oemu/cpu.h b/usr.bin/oemu/include/oemu/cpu.h index df4cc80..78b92da 100644 --- a/usr.bin/oemu/include/oemu/cpu.h +++ b/usr.bin/oemu/include/oemu/cpu.h @@ -63,6 +63,7 @@ struct oemu_cpu { struct cpu_regs regs; }; +void cpu_regdump(struct oemu_cpu *cpu); void cpu_reset(struct oemu_cpu *cpu); void cpu_kick(struct oemu_cpu *cpu, struct sysmem *mem); -- cgit v1.2.3