summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeter Maydell2014-12-23 23:22:16 +0100
committerAlexander Graf2015-01-07 16:16:28 +0100
commit2f285bdd54bb2ff25a213b3b77e9bf46f4306320 (patch)
tree79c18d02e34baf0ed8c5c773fae82f656f80a0b4 /scripts
parenttarget-ppc: Mark SR() and gen_sync_exception() as !CONFIG_USER_ONLY (diff)
downloadqemu-2f285bdd54bb2ff25a213b3b77e9bf46f4306320.tar.gz
qemu-2f285bdd54bb2ff25a213b3b77e9bf46f4306320.tar.xz
qemu-2f285bdd54bb2ff25a213b3b77e9bf46f4306320.zip
target-ppc: Cast ssize_t to size_t before printing with %zx
The mingw32 compiler complains about trying to print variables of type ssize_t with the %z format string specifier. Since we're printing it as unsigned hex anyway, cast to size_t to silence the warning. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions