* [Qemu-devel] [PATCH] hw/openrisc: typo in openrisc_sim
@ 2013-07-15 8:46 Jia Liu
0 siblings, 0 replies; only message in thread
From: Jia Liu @ 2013-07-15 8:46 UTC (permalink / raw)
To: qemu-devel
2 indent typo.
Signed-off-by: Jia Liu <proljc@gmail.com>
---
hw/openrisc/openrisc_sim.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/openrisc/openrisc_sim.c b/hw/openrisc/openrisc_sim.c
index 924438b..f0dabb9 100644
--- a/hw/openrisc/openrisc_sim.c
+++ b/hw/openrisc/openrisc_sim.c
@@ -83,7 +83,7 @@ static void cpu_openrisc_load_kernel(ram_addr_t ram_size,
if (kernel_size < 0) {
qemu_log("QEMU: couldn't load the kernel '%s'\n",
- kernel_filename);
+ kernel_filename);
exit(1);
}
}
@@ -96,7 +96,7 @@ static void openrisc_sim_init(QEMUMachineInitArgs *args)
ram_addr_t ram_size = args->ram_size;
const char *cpu_model = args->cpu_model;
const char *kernel_filename = args->kernel_filename;
- OpenRISCCPU *cpu = NULL;
+ OpenRISCCPU *cpu = NULL;
MemoryRegion *ram;
int n;
--
1.7.12.4 (Apple Git-37)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-15 8:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-15 8:46 [Qemu-devel] [PATCH] hw/openrisc: typo in openrisc_sim Jia Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).