summaryrefslogtreecommitdiff
blob: 8f3b8464b04040c07a0ac8095111958ff4589749 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- kvm-53/qemu/exec.c	2007-11-21 22:28:26.000000000 -0800
+++ kvm-53/qemu/exec.c	2007-11-21 22:36:59.000000000 -0800
@@ -2094,7 +2094,7 @@
 {
     ram_addr_t addr;
     if ((phys_ram_alloc_offset + size) >= phys_ram_size) {
-        fprintf(stderr, "Not enough memory (requested_size = %u, max memory = %lu)\n",
+        fprintf(stderr, "Not enough memory (requested_size = %lu, max memory = %lu)\n",
                 size, phys_ram_size);
         abort();
     }