mirror of
https://github.com/ipxe/ipxe
synced 2026-05-13 03:41:15 +03:00
[settings] Extend numerical setting tags to "unsigned long"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -145,7 +145,7 @@ static int memmap_settings_fetch ( struct settings *settings,
|
||||
unsigned int i;
|
||||
unsigned int count;
|
||||
|
||||
DBGC ( settings, "MEMMAP start %d count %d %s%s%s%s scale %d\n",
|
||||
DBGC ( settings, "MEMMAP start %ld count %ld %s%s%s%s scale %ld\n",
|
||||
MEMMAP_START ( setting->tag ), MEMMAP_COUNT ( setting->tag ),
|
||||
( MEMMAP_INCLUDE_START ( setting->tag ) ? "start" : "" ),
|
||||
( ( MEMMAP_INCLUDE_START ( setting->tag ) &&
|
||||
|
||||
Reference in New Issue
Block a user