Changeset 356acd0 in mainline for uspace/app/trace/trace.h


Ignore:
Timestamp:
2008-09-19T12:35:07Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1c8287
Parents:
a5c3f73
Message:

trace: Fix display of syscall arguments on 64-bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/trace.h

    ra5c3f73 r356acd0  
    3636#define TRACE_H_
    3737
     38#include <sys/types.h>
     39
    3840/**
    3941 * Classes of events that can be displayed. Can be or-ed together.
     
    6264extern display_mask_t display_mask;
    6365
    64 void val_print(int val, val_type_t v_type);
     66void val_print(sysarg_t val, val_type_t v_type);
    6567
    6668#endif
Note: See TracChangeset for help on using the changeset viewer.