Fix compilation on 64-bit targets

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-05 23:19:11 +02:00
parent 140674be60
commit 8530b00aa9

View file

@ -116,6 +116,7 @@ typedef grub_int32_t grub_ssize_t;
# define PRIxGRUB_SIZE "x"
# define PRIxGRUB_ADDR "x"
# define PRIuGRUB_SIZE "u"
# define PRIdGRUB_SSIZE "d"
#endif
#if GRUB_CPU_SIZEOF_LONG == 8