hax: fix invalid printf format 46/30746/1
authorKitae Kim <kt920.kim@samsung.com>
Tue, 25 Nov 2014 02:15:43 +0000 (11:15 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Tue, 25 Nov 2014 02:15:43 +0000 (11:15 +0900)
Change-Id: Ife0eeb4929497a0e2179b4f45f0ce4031a7cc9a3
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
target-i386/hax-all.c

index 2b05b91..7069be9 100644 (file)
@@ -521,7 +521,7 @@ int hax_accel_init(uint64_t ram_size)
     hax = &hax_global;
     memset(hax, 0, sizeof(struct hax_state));
     hax->mem_quota = ram_size;
-    dprint("ram_size %lx\n", ram_size);
+    dprint("ram_size %llx\n", ram_size);
 
     ret = hax_init_internal();
     // It is better to fail than to transit implicitly.