Changed to work with vxWorks 5.1 and GCC 2.2.3.

This commit is contained in:
Janet B. Anderson
1993-06-07 09:30:06 +00:00
parent 330f31dbd5
commit f4e45bd784
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ char *ptask_name; /* Parent task name */
SPAWN_PRIORITY+pSS->task_priority, /* priority */
SPAWN_OPTIONS, /* task options */
stack_size, /* stack size */
(int)ss_entry, /* entry point */
(FUNCPTR)ss_entry, /* entry point */
(int)pSP,
(int)pSS, /* pass 2 parameters */
0,0,0,0,0,0,0,0);