Changeset 33f86a3 in mainline for uspace/lib/c/generic/rtld/module.c


Ignore:
Timestamp:
2017-10-10T18:21:17Z (8 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4fb8d60
Parents:
c46bfbc
Message:

Add PRI*PTR macros and correct a few printfs.

File:
1 edited

Legend:

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

    rc46bfbc 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.