]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: Implement debug_check_breakpoint
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Jul 2021 18:22:47 +0000 (08:22 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 21 Jul 2021 17:47:05 +0000 (07:47 -1000)
commit7b9810ea4269fea04c3b95951fb279dc72db4132
tree8d09f944f9a51a09a4f39dac6064f8b2f7d7b913
parentb00d86bc8bfe54fd9e4343cfa1f77fbbcbe32d95
target/i386: Implement debug_check_breakpoint

Return false for RF set, as we do in i386_tr_breakpoint_check.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/tcg/tcg-cpu.c