mirror of https://github.com/xqemu/xqemu.git
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
|
@ -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…
Reference in New Issue