aboutsummaryrefslogtreecommitdiffstats
path: root/softmmu_header.h
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2010-09-10 00:25:34 +0200
committerDavid 'Digit' Turner <digit@android.com>2010-09-13 00:30:34 -0700
commit1275f06d57fc62754e3b1abd4748e943ded966e5 (patch)
tree4415d43f8fb10758804f60f65fe62ac4d33ad5bb /softmmu_header.h
parent7627ed7924456c88d3e8631c2cddcc7d54107ffa (diff)
downloadexternal_qemu-1275f06d57fc62754e3b1abd4748e943ded966e5.zip
external_qemu-1275f06d57fc62754e3b1abd4748e943ded966e5.tar.gz
external_qemu-1275f06d57fc62754e3b1abd4748e943ded966e5.tar.bz2
upstream: softmmu
Diffstat (limited to 'softmmu_header.h')
-rw-r--r--softmmu_header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/softmmu_header.h b/softmmu_header.h
index 356d771..0b6082d 100644
--- a/softmmu_header.h
+++ b/softmmu_header.h
@@ -68,7 +68,7 @@
#if DATA_SIZE == 8
#define RES_TYPE uint64_t
#else
-#define RES_TYPE int
+#define RES_TYPE uint32_t
#endif
#if ACCESS_TYPE == (NB_MMU_MODES + 1)