« Previous | Next » 

Revision 9a85d394

ID9a85d3944715c709d740edb987b84bd657b9d7ef

Added by Stefan Hajnoczi over 13 years ago

trace: Use portable format strings

It is not portable to use "%ld" for int64_t because int64_t may have
type long on 64-bit platforms and long long on 32-bit platforms. Use
the standard library PRId64 macros to keep format strings portable.

Signed-off-by: Stefan Hajnoczi <>
Signed-off-by: Blue Swirl <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences