]> Git Repo - qemu.git/blobdiff - translate-common.c
cuda: port GET_TIME command to new framework
[qemu.git] / translate-common.c
index 619feb466ec1f8056f9fbfaf9eb51c9ae4b15dc8..ffbfe856c5ba7e5b6e30a10f5c331e867fa17879 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "qom/cpu.h"
 
 uintptr_t qemu_real_host_page_size;
-uintptr_t qemu_real_host_page_mask;
+intptr_t qemu_real_host_page_mask;
 
 #ifndef CONFIG_USER_ONLY
 /* mask must never be zero, except for A20 change call */
This page took 0.023714 seconds and 4 git commands to generate.