Replace UINT_TO_PTR and PTR_TO_UINT with explicit grub_addr_t casts.
* include/grub/types.h (UINT_TO_PTR): Removed. All users switched to grub_addr_t casts. (PTR_TO_UINT64): Likewise. (PTR_TO_UINT32): Likewise.
This commit is contained in:
parent
5ef5c51147
commit
f2b60fbdb8
10 changed files with 55 additions and 57 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Replace UINT_TO_PTR and PTR_TO_UINT with explicit grub_addr_t casts.
|
||||
|
||||
* include/grub/types.h (UINT_TO_PTR): Removed. All users switched to
|
||||
grub_addr_t casts.
|
||||
(PTR_TO_UINT64): Likewise.
|
||||
(PTR_TO_UINT32): Likewise.
|
||||
|
||||
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkimage.c (generate_image): Decrease the higher limit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue