X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fswitch_win32.s;h=5891ae903f018d9a8c20b9ca6b76dbee383b5346;hb=2535cb94ec2183791128f8bbd109ca69a960cf78;hp=3e5ce54c71a8cd4eeae1d802fdcad50dc0148c22;hpb=1cc167e20f21d2e81527ca47ccd4a21a6198f86f;p=bertos.git diff --git a/kern/switch_win32.s b/kern/switch_win32.s old mode 100755 new mode 100644 index 3e5ce54c..5891ae90 --- a/kern/switch_win32.s +++ b/kern/switch_win32.s @@ -3,7 +3,7 @@ * * * \brief i386 context switch for WIN32 @@ -13,6 +13,8 @@ * \author Bernardo Innocenti */ +!!!!!! THIS FILE HAS NOT BEEN REVISED FOR THE NEW SCHEDULER API !!!!!! + __declspec(naked) void AsmSwitchContext(void * new_sp, void ** save_sp) { __asm