提交 edfcbd99 编写于 作者: B bellard

added cpu_get_phys_page_debug()


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@578 c046a42c-6fe2-441c-8c8c-71466251a162
上级 612b477d
......@@ -841,3 +841,8 @@ void cpu_sparc_dump_state(CPUSPARCState * env, FILE * f, int flags)
GET_FLAG(PSR_NEG, 'N'), GET_FLAG(PSR_CARRY, 'C'),
env->wim);
}
target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
{
return addr;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册