mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
Merge pull request #1626 from Yann-lms/partition_verbose
drivers: partition: correct compilation error in VERBOSE mode
This commit is contained in:
commit
0a09313ec7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ static void dump_entries(int num)
|
|||
name[len + j] = ' ';
|
||||
}
|
||||
name[EFI_NAMELEN - 1] = '\0';
|
||||
VERBOSE("%d: %s %lx-%lx\n", i + 1, name, list.list[i].start,
|
||||
VERBOSE("%d: %s %llx-%llx\n", i + 1, name, list.list[i].start,
|
||||
list.list[i].start + list.list[i].length - 4);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue