mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
mips/malta: fix typo
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
525e05147d
commit
5c43485f1b
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ static void main_cpu_reset(void *opaque)
|
||||||
CPUState *env = opaque;
|
CPUState *env = opaque;
|
||||||
cpu_reset(env);
|
cpu_reset(env);
|
||||||
|
|
||||||
/* The bootload does not need to be rewritten as it is located in a
|
/* The bootloader does not need to be rewritten as it is located in a
|
||||||
read only location. The kernel location and the arguments table
|
read only location. The kernel location and the arguments table
|
||||||
location does not change. */
|
location does not change. */
|
||||||
if (loaderparams.kernel_filename) {
|
if (loaderparams.kernel_filename) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue