Changeset 24345a5 in mainline for uspace/app/trace/trace.c
- Timestamp:
- 2008-11-08T10:01:59Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 24d6efc
- Parents:
- 7faabb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
r7faabb7 r24345a5 517 517 518 518 /* Spawn a program loader */ 519 ldr = loader_spawn( );519 ldr = loader_spawn(path); 520 520 if (ldr == NULL) 521 521 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.