Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/rtld/module.c

    r582a0b8 r33f86a3  
    192192
    193193        DPRINTF("filename:'%s'\n", name_buf);
    194         DPRINTF("load '%s' at 0x%x\n", name_buf, m->bias);
     194        DPRINTF("load '%s' at 0x%zx\n", name_buf, m->bias);
    195195
    196196        rc = elf_load_file_name(name_buf, m->bias, ELDF_RW, &info);
Note: See TracChangeset for help on using the changeset viewer.