Changeset 2e3355a in mainline for uspace/app/trace/ipcp.c


Ignore:
Timestamp:
2008-09-20T11:43:36Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3b8fe85
Parents:
94e152a
Message:

Include trace on sparc64 ramdisk. Assorted fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/ipcp.c

    r94e152a r2e3355a  
    288288                oper = pcall->oper;
    289289
    290                 if (oper != NULL && oper->rv_type != V_VOID || oper->respc > 0) {
     290                if (oper != NULL && (oper->rv_type != V_VOID || oper->respc > 0)) {
    291291                        printf("->");
    292292
Note: See TracChangeset for help on using the changeset viewer.