projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31094f4
)
mips/malta: fix typo
author
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 30 Jan 2010 20:27:54 +0000
(21:27 +0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 6 Feb 2010 16:14:24 +0000
(17:14 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/mips_malta.c
patch
|
blob
|
history
diff --git
a/hw/mips_malta.c
b/hw/mips_malta.c
index 571d8ced164d36e92b9dc5962e092d91a3709028..d22f1fc5a4f2f581d21bb1f11da9d2a1be472557 100644
(file)
--- a/
hw/mips_malta.c
+++ b/
hw/mips_malta.c
@@
-757,7
+757,7
@@
static void main_cpu_reset(void *opaque)
CPUState *env = opaque;
cpu_reset(env);
- /* The bootload does not need to be rewritten as it is located in a
+ /* The bootload
er
does not need to be rewritten as it is located in a
read only location. The kernel location and the arguments table
location does not change. */
if (loaderparams.kernel_filename) {