commit | ebb90a005da67147245cd38fb04a965a87a961b7 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Sep 20 11:45:30 2016 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Tue Sep 20 11:45:30 2016 -0700 |
tree | 0cd18f9f9cdc417c213401b7ed5e2d5dd7e1c937 | |
parent | a008535b9fa396226ff9cf78b8ac5f3584bda58e [diff] |
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>