From: <th...@us...> - 2003-01-11 14:53:51
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Source/Core/oslib In directory sc8-pr-cvs1:/tmp/cvs-serv32572/Source/Core/oslib Modified Files: OS.swi Log Message: Add OS_LeaveOS. Index: OS.swi =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/Core/oslib/OS.swi,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** OS.swi 21 Dec 2002 11:17:31 -0000 1.11 --- OS.swi 11 Jan 2003 14:53:48 -0000 1.12 *************** *** 828,831 **** --- 828,834 ---- called via APCS", ABSENT); + SWI OS_LeaveOS = (NUMBER 0x7C "Sets the processor to USR mode - cannot be + called via APCS", ABSENT); + SWI OS_BreakPt = (NUMBER 0x17 "Causes a break point trap to occur and the break point handler to be entered"); |