DEADSOFTWARE

SYSTEM.GETREG(SP, baseStack) uncommented in Kernel.Start
authorAlexander Shiryaev <aixp@mail.ru>
Thu, 15 Nov 2012 13:57:34 +0000 (17:57 +0400)
committerAlexander Shiryaev <aixp@mail.ru>
Thu, 15 Nov 2012 13:57:34 +0000 (17:57 +0400)
new/_Linux_/System/Mod/Kernel.odc
new/_Linux_/System/Mod/Kernel.txt
new/_Linux_/libBB.so
new/_Linux_/libBB0.so
new/_OpenBSD_/System/Mod/Kernel.odc
new/_OpenBSD_/System/Mod/Kernel.txt
new/_OpenBSD_/libBB.so
new/_OpenBSD_/libBB0.so

index 932e0700c1473154dfc809ee544da231b7e79499..463cb43908e40b20d2d1ca645c675b086aacb059 100644 (file)
Binary files a/new/_Linux_/System/Mod/Kernel.odc and b/new/_Linux_/System/Mod/Kernel.odc differ
index 46c55e247346c4e90da94a64350a64e26cbd452a..07f982cca69e009b9af05591852f0346673144e4 100644 (file)
@@ -1678,9 +1678,7 @@ MODULE Kernel;
        PROCEDURE Start* (code: Command);
        BEGIN
                restart := code;
-(*
                S.GETREG(SP, baseStack);        (* save base stack *)
-*)
                res := Libc.sigsetjmp(loopContext, Libc.TRUE);
                code()
        END Start;
index e94c8494fdf7c3ab5c9dd68d133ba8e096fa0a14..3fff21a3cc86920726c444de1d60d2295516b457 100644 (file)
Binary files a/new/_Linux_/libBB.so and b/new/_Linux_/libBB.so differ
index 302088406460da5eda8fbb9014050e8288e48cb9..8702c824e848a84b06657633edac2a350ef2465f 100644 (file)
Binary files a/new/_Linux_/libBB0.so and b/new/_Linux_/libBB0.so differ
index 80033868af08909645d87dfb125cb1317191a845..91ee11c8910f093f98e0c061c558748136498aab 100644 (file)
Binary files a/new/_OpenBSD_/System/Mod/Kernel.odc and b/new/_OpenBSD_/System/Mod/Kernel.odc differ
index 0732d5c06fd0265ff29279c1a16eb82d4b92d489..2ae93044f1db095486984b32e40606cf5c769778 100644 (file)
@@ -1673,9 +1673,7 @@ MODULE Kernel;
        PROCEDURE Start* (code: Command);
        BEGIN
                restart := code;
-(*
                S.GETREG(SP, baseStack);        (* save base stack *)
-*)
                res := Libc.sigsetjmp(loopContext, Libc.TRUE);
                code()
        END Start;
index b61ea943fd4067bdb7c01ee525b5a54af3f2eb40..5066baa2f314c0742db5804677c32dba08906533 100644 (file)
Binary files a/new/_OpenBSD_/libBB.so and b/new/_OpenBSD_/libBB.so differ
index ca0c8ed5fc2b0af333bb869c70d48c3560bd9011..351327c3a45217ab3a57255abe3e69a585b03808 100644 (file)
Binary files a/new/_OpenBSD_/libBB0.so and b/new/_OpenBSD_/libBB0.so differ