Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix inttypes.h format constants for uintptr_t and intptr_t. | Flavio Cruz | 2022-12-27 | 1 | -9/+11 |
| | | | | | | | | The format constants are not correct for 32 bits and there was duplication for PRIx* constants (replaced with octal constants). Fixed a few format warnings too. Message-Id: <Y6o5KsvtPavCYe8f@mars> | ||||
* | 64bit: Fix format warnings | Samuel Thibault | 2020-03-29 | 1 | -0/+62 |
* i386/i386at/biosmem.c: Include <inttypes.h> (biosmem_map_show, biosmem_load_segment): Use PRIx64. |