mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
lwarx fix (Jocelyn Mayer)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@629 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
+2
-2
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user