userboot/test should use PRIx64 as one would expect from prefix 0x
Test is printing decimal value after prefix 0x.
This commit is contained in:
parent
9992c365b6
commit
96b2f9c996
@ -336,7 +336,7 @@ test_setgdt(void *arg, uint64_t v, size_t sz)
|
||||
void
|
||||
test_exec(void *arg, uint64_t pc)
|
||||
{
|
||||
printf("Execute at 0x%"PRIu64"\n", pc);
|
||||
printf("Execute at 0x%"PRIx64"\n", pc);
|
||||
test_exit(arg, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user