]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Assert TCGCPUOps.pointer_wrap is set
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 4 May 2025 18:19:17 +0000 (11:19 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 28 May 2025 07:08:48 +0000 (08:08 +0100)
commit5c2891601ccdaa41427187ef95bc25c828b355e4
tree24fa99493c25cc57fa98afaba1b1e86175da4930
parent90f80e4b0fedfc78163c1c112bb74ccbfcae2365
accel/tcg: Assert TCGCPUOps.pointer_wrap is set

All targets now provide the function, so we can
make the call unconditional.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/cputlb.c