提交 4eee57f5 编写于 作者: B balrog

Fix signal handler compilation on __arm__.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4359 c046a42c-6fe2-441c-8c8c-71466251a162
上级 57d69a91
......@@ -1432,7 +1432,7 @@ int cpu_signal_handler(int host_signum, void *pinfo,
unsigned long pc;
int is_write;
pc = uc->uc_mcontext.gregs[R15];
pc = uc->uc_mcontext.arm_pc;
/* XXX: compute is_write */
is_write = 0;
return handle_cpu_signal(pc, (unsigned long)info->si_addr,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册