Changeset 21342
- Timestamp:
- Feb 5, 2009, 2:52:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20090203/psLib/src/sys/psThread.c
r20835 r21342 206 206 207 207 psAssert(task, "Couldn't find thread task %s", job->type); 208 psAssert(job->args->n == task->nArgs, "invalid number of arguments to %s ", task->type);208 psAssert(job->args->n == task->nArgs, "invalid number of arguments to %s (%ld supplied, expected %d)", task->type, job->args->n, task->nArgs); 209 209 bool status = task->function(job); // Status of executing task 210 210
Note:
See TracChangeset
for help on using the changeset viewer.
