Update of /cvsroot/win32forth/win32forth/src/lib
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6187/win32forth/src/lib
Modified Files:
task.f
Log Message:
gah:Minor spelling corrections.
Index: task.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/lib/task.f,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** task.f 5 Aug 2006 12:30:52 -0000 1.11
--- task.f 25 Sep 2006 11:44:34 -0000 1.12
***************
*** 80,84 ****
cfa-code BEGIN-TASK ( -- ) \ thread management. init a new thread/task
! push ebp \ save regs
push ebx
push edi
--- 80,84 ----
cfa-code BEGIN-TASK ( -- ) \ thread management. init a new thread/task
! push ebp \ save regs
push ebx
push edi
***************
*** 96,100 ****
\ -------------------- Task Management --------------------
! : (create-task) ( thread state -- flag ) \ create a task
swap \ state addr
dup task>stop off \ turn off stop flag
--- 96,100 ----
\ -------------------- Task Management --------------------
! : (create-task) ( thread state -- flag ) \ create a task
swap \ state addr
dup task>stop off \ turn off stop flag
|