]> git.proxmox.com Git - qemu.git/commit - target-microblaze/translate.c
microblaze: Correct prio between MMU and unaligned exceptions.
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Fri, 11 Sep 2009 08:35:27 +0000 (10:35 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Fri, 11 Sep 2009 08:35:27 +0000 (10:35 +0200)
commita12f65078105d5f280b39ddb72a6ebdfa3b2164c
tree634724790d06bb2a748dbecd4f3de8fdfe6a873a
parent97f90cbfe810bb153fc44bde732d9639610783bb
microblaze: Correct prio between MMU and unaligned exceptions.

The microblaze gives MMU faults priority. For stores we still
have a flaw that the value leaks to memory in the case of an
unaligned exception.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-microblaze/translate.c