X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=target-openrisc%2Fcpu.c;h=9b042e14b0053e315c2279947368145959e3f355;hb=a0e372f0c49ac01faeaeb73a6e8f50e8ac615f34;hp=7718820eccb09d95ebe8e7778b8370603f667ee9;hpb=19a77215f1ba966c4d37dadec45f38be789b8529;p=qemu.git diff --git a/target-openrisc/cpu.c b/target-openrisc/cpu.c index 7718820ec..9b042e14b 100644 --- a/target-openrisc/cpu.c +++ b/target-openrisc/cpu.c @@ -159,6 +159,7 @@ static void openrisc_cpu_class_init(ObjectClass *oc, void *data) cc->get_phys_page_debug = openrisc_cpu_get_phys_page_debug; dc->vmsd = &vmstate_openrisc_cpu; #endif + cc->gdb_num_core_regs = 32 + 3; } static void cpu_register(const OpenRISCCPUInfo *info)