Fix unassigned memory access handling
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Jul 2011 08:53:46 +0000 (08:53 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 20 Jul 2011 21:28:08 +0000 (21:28 +0000)
commit432f409398c244b4641a7ad8a77bbf79a115916a
tree87d72668e2e096e80b8e60ddddd2ddd82c20a9e2
parent6d0d798b8692842b563ecd1bbff0a0393b8cc49b
Fix unassigned memory access handling

cea5f9a28faa528b6b1b117c9ab2d8828f473fef exposed bugs in unassigned memory
access handling. Fix them by always passing CPUState to the handlers.

Reported-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
exec-all.h
exec.c
target-alpha/cpu.h
target-alpha/op_helper.c
target-microblaze/cpu.h
target-microblaze/op_helper.c
target-mips/cpu.h
target-mips/op_helper.c
target-sparc/cpu.h
target-sparc/op_helper.c