commit | 1b660f42efd721e4bcb5548907ba8d1370053318 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Dec 24 04:35:22 2022 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 05 11:41:29 2023 -0800 |
tree | 623e24fe630a7674f75f03da675286aa2133e198 | |
parent | cee44b037b7e40c74401f7a87bef32f6680483c7 [diff] |
accel/tcg: Fix tb_invalidate_phys_page_unwind When called from syscall(), we are not within a TB and pc == 0. We can skip the check for invalidating the current TB. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>