Fix compilation on 64-bit targets
This commit is contained in:
parent
140674be60
commit
8530b00aa9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue