tcg: Fix PAGE/PROT confusion
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 2 Apr 2023 15:13:50 +0000 (08:13 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (12:04 -0700)
commit649795665f9cb9a8862848f49100c3015f067ccf
tree1f57cf5b0b282fbc59f0a2929b49b56b8e96da97
parent653c46daf20add70bf45db8b31edae8fbd584d9b
tcg: Fix PAGE/PROT confusion

The bug was hidden because they happen to have the same values.

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