]> git.proxmox.com Git - qemu.git/blobdiff - target-sh4/cpu.c
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
[qemu.git] / target-sh4 / cpu.c
index 51a77576fbfc08b7c02850bebd076bf531cb303e..35f0535436594f294463b81678b346bffcc725b6 100644 (file)
@@ -290,6 +290,7 @@ static void superh_cpu_class_init(ObjectClass *oc, void *data)
     cc->get_phys_page_debug = superh_cpu_get_phys_page_debug;
 #endif
     dc->vmsd = &vmstate_sh_cpu;
+    cc->gdb_num_core_regs = 59;
 }
 
 static const TypeInfo superh_cpu_type_info = {