mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Fix formatting.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2948 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5066b9f199
commit
acdf72bbac
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ static int64_t load_kernel (CPUState *env)
|
||||||
&kernel_entry, &kernel_low, &kernel_high) < 0) {
|
&kernel_entry, &kernel_low, &kernel_high) < 0) {
|
||||||
fprintf(stderr, "qemu: could not load kernel '%s'\n",
|
fprintf(stderr, "qemu: could not load kernel '%s'\n",
|
||||||
env->kernel_filename);
|
env->kernel_filename);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* load initrd */
|
/* load initrd */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue