Changeset fb6f1a5 in mainline for uspace/srv/taskmon/taskmon.c


Ignore:
Timestamp:
2010-01-27T21:44:52Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ccafee
Parents:
b79d450
Message:

Implement some of C99 inttypes.h header (formatting macros for stdint.h). Use in appropriate places. Also replace use of 0x%lx with %p.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/taskmon/taskmon.c

    rb79d450 rfb6f1a5  
    7070        }
    7171
    72         printf(NAME ": Task %lld fault in thread 0x%lx.\n", taskid, thread);
     72        printf(NAME ": Task %lld fault in thread %p.\n", taskid, thread);
    7373
    7474#ifdef CONFIG_VERBOSE_DUMPS
Note: See TracChangeset for help on using the changeset viewer.