diff options
Diffstat (limited to 'hw/core/machine.c')
| -rw-r--r-- | hw/core/machine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/core/machine.c b/hw/core/machine.c index 607eb88291..05dcaf09c9 100644 --- a/hw/core/machine.c +++ b/hw/core/machine.c @@ -1224,7 +1224,6 @@ void qdev_machine_creation_done(void) notifier_list_notify(&machine_init_done_notifiers, NULL); if (rom_check_and_register_reset() != 0) { - error_report("rom check and register reset failed"); exit(1); } |