mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
drivers: partition: correct compilation error in VERBOSE mode
Signed-off-by: Yann Gautier <yann.gautier@st.com>
This commit is contained in:
parent
424f68dd1d
commit
e7f9ab4e5a
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