Rev 3202 | Rev 3216 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3202 | Rev 3203 | ||
|---|---|---|---|
| Line 53... | Line 53... | ||
| 53 | 53 | ||
| 54 | static int task_spawn_loader(void) |
54 | static int task_spawn_loader(void) |
| 55 | { |
55 | { |
| 56 | int phone_id, rc; |
56 | int phone_id, rc; |
| 57 | 57 | ||
| 58 | rc = __SYSCALL1(SYS_TASK_SPAWN_LOADER, (sysarg_t) &phone_id); |
58 | rc = __SYSCALL1(SYS_PROGRAM_SPAWN_LOADER, (sysarg_t) &phone_id); |
| 59 | if (rc != 0) |
59 | if (rc != 0) |
| 60 | return rc; |
60 | return rc; |
| 61 | 61 | ||
| 62 | return phone_id; |
62 | return phone_id; |
| 63 | } |
63 | } |