]> git.proxmox.com Git - qemu.git/commit
target-cris: Use %td for ptrdiff_t arguments in debug message
authorStefan Weil <weil@mail.berlios.de>
Sat, 2 Oct 2010 10:41:03 +0000 (12:41 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sat, 2 Oct 2010 11:12:21 +0000 (13:12 +0200)
commit211ecdc0e4226e86c406b0ce91ed355fdde021ab
tree53496f61cca5f4652d9ac8540d71f4d5b9aa994c
parente6aa0f11edd3251d58bb0e5072aeab9b8713f5c6
target-cris: Use %td for ptrdiff_t arguments in debug message

According to ISO/IEC 9899:1999 7.19.6.1,
the correct length modifier for ptrdiff_t is 't', not 'z'.

Cc: Blue Swirl <blauwirbel@gmail.com>
Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-cris/translate.c