diff options
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-alpha/cpu.c b/target-alpha/cpu.c index c8c8c2c861..cc0f69a84a 100644 --- a/target-alpha/cpu.c +++ b/target-alpha/cpu.c @@ -276,6 +276,7 @@ static void alpha_cpu_class_init(ObjectClass *oc, void *data) cc->get_phys_page_debug = alpha_cpu_get_phys_page_debug; dc->vmsd = &vmstate_alpha_cpu; #endif + cc->gdb_num_core_regs = 67; } static const TypeInfo alpha_cpu_type_info = { |