提交 ff579dd1 编写于 作者: Z Zihao Yu

engine,rv64,tran: fix wrong format for riscv64

上级 51d074c6
......@@ -134,7 +134,7 @@ void mainloop() {
}
}
//Log("enter tb with pc = %x, nr_instr = %d", tb->pc, tb->nr_instr);
//Log("enter tb with pc = " FMT_WORD " , nr_instr = %d", tb->pc, tb->nr_instr);
vaddr_t next_pc = rv64_exec_trans_buffer(tb->code, tb->nr_instr, tb->npc_type);
total_instr += tb->nr_instr;
tb->hit_time ++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册