summaryrefslogtreecommitdiff
path: root/VERSION
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2013-05-20 12:33:08 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2013-05-20 08:20:08 -0500
commitda4c1a7a850176cde4840eaec0a19c305843ad21 (patch)
tree2b3bbd9d7258bcbfa246e5f4e7607cb75a181b0a /VERSION
parent3568ac2a6e6df89cea52a56f70b95af9e1251bbd (diff)
downloadqemu-da4c1a7a850176cde4840eaec0a19c305843ad21.tar.gz
osdep: fix qemu_anon_ram_free trace (+ fix compilation on 32 bit hosts)
Commit e7a09b92b70786f9e8c5fbf787e0248c6ebbe707 added a trace at each memory freeing, but unfortunately inverted size and pointer when printing them. Fix trace. This also led to a compilation error on 32 bit hosts: In file included from include/trace.h:4:0, from trace/generated-events.c:3: ./trace/generated-tracers.h: In function ‘trace_qemu_anon_ram_free’: ./trace/generated-tracers.h:64:9: error: format ‘%zu’ expects argument of type ‘size_t’, but argument 3 has type ‘void *’ [-Werror=format] ./trace/generated-tracers.h:64:9: error: format ‘%p’ expects argument of type ‘void *’, but argument 4 has type ‘size_t’ [-Werror=format] Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Message-id: 1369045989-14016-1-git-send-email-hpoussin@reactos.org Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'VERSION')
0 files changed, 0 insertions, 0 deletions