Rename remaining instances of 'abort' to 'except'.
[bertos.git] / kern / switch_win32.s
index 884fc381f04e9a35e98bf39a208c77aec56becdf..5891ae903f018d9a8c20b9ca6b76dbee383b5346 100755 (executable)
@@ -13,6 +13,8 @@
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
+!!!!!! THIS FILE HAS NOT BEEN REVISED FOR THE NEW SCHEDULER API !!!!!!
+
 __declspec(naked) void AsmSwitchContext(void * new_sp, void ** save_sp)
 {
        __asm