From: George H. <geo...@us...> - 2011-11-09 23:31:35
|
Update of /cvsroot/win32forth/win32forth/src In directory vz-cvs-4.sog:/tmp/cvs-serv20221 Modified Files: CALLBACK.f Log Message: Oops! added missing initialisation code. Index: CALLBACK.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/CALLBACK.f,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** CALLBACK.f 9 Nov 2011 22:00:07 -0000 1.16 --- CALLBACK.f 9 Nov 2011 23:31:33 -0000 1.17 *************** *** 82,85 **** --- 82,86 ---- sub esp, # 32 mov SP0 [UP] , esp \ reset SP0 + and useroffs negate [edx] , # Assync-task jmp L$2 L$1: push SP0 [UP] \ save sp0 on stack |