mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 14:08:32 +00:00
TARGET_PAGE_MASK, as defined, has type "int". We need to extend that to the proper target width before oring in an "unsigned". Signed-off-by: Richard Henderson <rth@twiddle.net>