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)
commitb91a6503b3fe3e4beb8bc8d4b0ab7d3e30bb4ee6
tree53496f61cca5f4652d9ac8540d71f4d5b9aa994c
parent5dba710c557504ee0a29eb9251550c1a3d88a7a9
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