diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2015-06-13 00:45:59 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2015-06-17 12:40:52 +0200 |
commit | 8d302e76755b8157373073d7107e31b0b13f80c1 (patch) | |
tree | b42f028aba55a7ed4068c5108934efa99c58bf4d /audio/mixeng_template.h | |
parent | f0e0d817c22539cd2ce1bcb5487e076f117b04c0 (diff) | |
download | qemu-8d302e76755b8157373073d7107e31b0b13f80c1.zip qemu-8d302e76755b8157373073d7107e31b0b13f80c1.tar.gz qemu-8d302e76755b8157373073d7107e31b0b13f80c1.tar.bz2 |
translate-all: fix watchpoints if retranslation not possible
The tb_check_watchpoint function currently assumes that all memory
access is done either directly through the TCG code or through an
helper which knows its return address. This is obviously wrong as the
helpers use cpu_ldxx/stxx_data functions to access the memory.
Instead of aborting in that case, don't try to retranslate the code, but
assume that the CPU state (and especially the program counter) has been
saved before calling the helper. Then invalidate the TB based on this
address.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'audio/mixeng_template.h')
0 files changed, 0 insertions, 0 deletions