* [Qemu-devel] Bug: ARM Multiple Load (Thumb)
@ 2008-03-31 18:11 Torbjörn Andersson
0 siblings, 0 replies; only message in thread
From: Torbjörn Andersson @ 2008-03-31 18:11 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 563 bytes --]
During data exceptions the following scenario fails
LDM R0, {R0 R1} // where the first word is read in page X and the second in
page x+1
R0 is then updated with the loaded value and the instruction cannot be
replayed when the exception handler has updated the MMU. The fix is
trivial, just store the R0 value in T2 until all other loads have been
performed. I have a fix for the old non-tcg code but it does not seem
relevant anymore. (Paul: Great work with TCG, looking forward to test it
soon)
Best Regards
Torbjörn
[-- Attachment #2: Type: text/html, Size: 2620 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-31 18:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 18:11 [Qemu-devel] Bug: ARM Multiple Load (Thumb) Torbjörn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).