tcg/i386: Extend TARGET_PAGE_MASK to the proper type
commitebb90a005da67147245cd38fb04a965a87a961b7
authorRichard Henderson <rth@twiddle.net>
Tue, 20 Sep 2016 18:45:30 +0000 (20 11:45 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 20 Sep 2016 18:45:30 +0000 (20 11:45 -0700)
tree0cd18f9f9cdc417c213401b7ed5e2d5dd7e1c937
parenta008535b9fa396226ff9cf78b8ac5f3584bda58e
tcg/i386: Extend TARGET_PAGE_MASK to the proper type

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>
tcg/i386/tcg-target.inc.c