]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpus.c
CODING_STYLE: indent example code as all others
[mirror_qemu.git] / cpus.c
diff --git a/cpus.c b/cpus.c
index b4eecf70f0dc8cc5eb810570c624437857f8e53e..e58e7ab0f63d2debe112d5e6143ed5645a608012 100644 (file)
--- a/cpus.c
+++ b/cpus.c
@@ -1010,7 +1010,7 @@ void hw_error(const char *fmt, ...)
     fprintf(stderr, "\n");
     CPU_FOREACH(cpu) {
         fprintf(stderr, "CPU #%d:\n", cpu->cpu_index);
-        cpu_dump_state(cpu, stderr, fprintf, CPU_DUMP_FPU);
+        cpu_dump_state(cpu, stderr, CPU_DUMP_FPU);
     }
     va_end(ap);
     abort();