From: George H. <geo...@us...> - 2011-03-01 21:50:05
|
Update of /cvsroot/win32forth/win32forth/src In directory vz-cvs-4.sog:/tmp/cvs-serv17483 Modified Files: EXCEPTIO.F Log Message: Spelling correction Index: EXCEPTIO.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/EXCEPTIO.F,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** EXCEPTIO.F 31 Oct 2007 18:51:39 -0000 1.9 --- EXCEPTIO.F 1 Mar 2011 21:50:02 -0000 1.10 *************** *** 348,352 **** r> @ over eip ! \ point at docol THROW_WINEXCEPT over ebx ! \ exception to top of stack for throw ! UP@ over edx ! \ restore UP form Thread Local Storage drop EXCEPTION_CONTINUE_EXECUTION ; \ attempt recovery --- 348,352 ---- r> @ over eip ! \ point at docol THROW_WINEXCEPT over ebx ! \ exception to top of stack for throw ! UP@ over edx ! \ restore UP from Thread Local Storage drop EXCEPTION_CONTINUE_EXECUTION ; \ attempt recovery |