]> git.proxmox.com Git - qemu.git/blobdiff - translate-all.c
full system SPARC emulation (Blue Swirl)
[qemu.git] / translate-all.c
index 137fdcad10d0666c90d6b1a59ab0a1938fc4d8d9..be3039c2c956ddd31849e1d5d32cafc223afeef7 100644 (file)
@@ -194,7 +194,7 @@ int cpu_restore_state(TranslationBlock *tb,
                     fprintf(logfile, "0x%04x: 0x%08x\n", i, gen_opc_pc[i]);
                 }
             }
-            fprintf(logfile, "spc=0x%08lx j=0x%x eip=0x%lx cs_base=%lx\n", 
+            fprintf(logfile, "spc=0x%08lx j=0x%x eip=0x%x cs_base=%x\n", 
                     searched_pc, j, gen_opc_pc[j] - tb->cs_base, tb->cs_base);
         }
 #endif