summaryrefslogtreecommitdiffstats
path: root/hxtool
diff options
context:
space:
mode:
authorRoy Tam <roytam@gmail.com>2010-02-04 10:30:30 +0800
committerAnthony Liguori <aliguori@us.ibm.com>2010-02-10 12:47:58 -0600
commit2c0d4b36e7fe28c569c5436f7724735e35d3c493 (patch)
tree597ed7dadc4c0789c34ceecc1020d6dd567242c5 /hxtool
parent2198a62eb2518b61c3fc7db26515f106e7498932 (diff)
downloadhqemu-2c0d4b36e7fe28c569c5436f7724735e35d3c493.zip
hqemu-2c0d4b36e7fe28c569c5436f7724735e35d3c493.tar.gz
json: fix PRId64 on Win32
OK we are fooled by the json lexer and parser. As we use %I64d to print 'long long' variables in Win32, but lexer and parser only deal with %lld but not %I64d, this patch add support for %I64d and solve 'info pci', 'powser_reset' and 'power_powerdown' assert failure in Win32. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hxtool')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud