mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
correct print format
This commit is contained in:
parent
13d2ca4db7
commit
b7204c461d
@ -102,7 +102,7 @@ char* load_kernel(char* path, int bootstrap_size,
|
||||
for (i = 0; i < elf_header.e_phnum; i++)
|
||||
{
|
||||
printf("Reading Program Section #%d, "
|
||||
"offset 0x%lx, (0x%lx,%lx)\n",
|
||||
"offset 0x%lx, (0x%lx,0x%lx)\n",
|
||||
i, (long)program_header[i].p_offset,
|
||||
program_header[i].p_vaddr - PAGE_SIZE,
|
||||
(long)program_header[i].p_filesz);
|
||||
|
Loading…
Reference in New Issue
Block a user