mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
hw: Spelling fix in log message
defineition -> definition Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Andreas F=E4rber <afaerber@suse.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
8b17ed4caa
commit
d0f54533eb
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ static void openrisc_sim_init(QEMUMachineInitArgs *args)
|
||||||
for (n = 0; n < smp_cpus; n++) {
|
for (n = 0; n < smp_cpus; n++) {
|
||||||
cpu = cpu_openrisc_init(cpu_model);
|
cpu = cpu_openrisc_init(cpu_model);
|
||||||
if (cpu == NULL) {
|
if (cpu == NULL) {
|
||||||
qemu_log("Unable to find CPU defineition!\n");
|
qemu_log("Unable to find CPU definition!\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
qemu_register_reset(main_cpu_reset, cpu);
|
qemu_register_reset(main_cpu_reset, cpu);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue