提交 28fbe299 编写于 作者: B bellard

lwarx fix (Jocelyn Mayer)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@629 c046a42c-6fe2-441c-8c8c-71466251a162
上级 297d8e62
......@@ -141,8 +141,8 @@ PPC_OP(glue(lwarx, MEMSUFFIX))
do_queue_exception(EXCP_ALIGN);
do_process_exceptions();
} else {
glue(ldl, MEMSUFFIX)((void *)T0);
regs->reserve = T0 & ~0x03;
T1 = glue(ldl, MEMSUFFIX)((void *)T0);
regs->reserve = T0;
}
RETURN();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册