Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
b1187232
Commit
b1187232
authored
Jun 20, 2017
by
davidcunado-arm
Committed by
GitHub
Jun 20, 2017
Browse files
Merge pull request #992 from davidcunado-arm/dc/fix-signed-comparisons
xlat_tables_v2: fix signed/unsigned comparisons
parents
3705cd47
2676f6a9
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/xlat_tables_v2/xlat_tables_internal.c
View file @
b1187232
...
@@ -953,7 +953,7 @@ static const char *invalid_descriptors_ommited =
...
@@ -953,7 +953,7 @@ static const char *invalid_descriptors_ommited =
*/
*/
static
void
xlat_tables_print_internal
(
const
uintptr_t
table_base_va
,
static
void
xlat_tables_print_internal
(
const
uintptr_t
table_base_va
,
uint64_t
*
const
table_base
,
const
int
table_entries
,
uint64_t
*
const
table_base
,
const
int
table_entries
,
const
int
level
,
const
uint64_t
execute_never_mask
)
const
unsigned
int
level
,
const
uint64_t
execute_never_mask
)
{
{
assert
(
level
<=
XLAT_TABLE_LEVEL_MAX
);
assert
(
level
<=
XLAT_TABLE_LEVEL_MAX
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment