Skip to content

Commit

Permalink
hw/hppa: Turn on 64-bit CPU for C3700 machine
Browse files Browse the repository at this point in the history
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
hdeller authored and rth7680 committed Nov 7, 2023
1 parent 64bf096 commit fd9b04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/hppa/machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ static void HP_C3700_machine_init_class_init(ObjectClass *oc, void *data)
NMIClass *nc = NMI_CLASS(oc);

mc->desc = "HP C3700 workstation";
mc->default_cpu_type = TYPE_HPPA_CPU;
mc->default_cpu_type = TYPE_HPPA64_CPU;
mc->init = machine_HP_C3700_init;
mc->reset = hppa_machine_reset;
mc->block_default_type = IF_SCSI;
Expand Down

0 comments on commit fd9b04b

Please sign in to comment.