diff options
Diffstat (limited to 'target-lm32/cpu.c')
-rw-r--r-- | target-lm32/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-lm32/cpu.c b/target-lm32/cpu.c index ce55e4807d..aa52696cda 100644 --- a/target-lm32/cpu.c +++ b/target-lm32/cpu.c @@ -91,6 +91,7 @@ static void lm32_cpu_class_init(ObjectClass *oc, void *data) cc->get_phys_page_debug = lm32_cpu_get_phys_page_debug; cc->vmsd = &vmstate_lm32_cpu; #endif + cc->gdb_num_core_regs = 32 + 7; } static const TypeInfo lm32_cpu_type_info = { |