Changeset 08b777e in mainline


Ignore:
Timestamp:
2009-02-15T10:05:45Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e500785
Parents:
bfd1546
Message:

Update tracer vs loading changes.

File:
1 edited

Legend:

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

    rbfd1546 r08b777e  
    520520
    521521        /* Spawn a program loader */   
    522         ldr = loader_spawn(path);
     522        ldr = loader_connect();
    523523        if (ldr == NULL)
    524524                return 0;
Note: See TracChangeset for help on using the changeset viewer.