From: Alexander Shiryaev Date: Thu, 15 Nov 2012 13:57:34 +0000 (+0400) Subject: SYSTEM.GETREG(SP, baseStack) uncommented in Kernel.Start X-Git-Url: http://deadsoftware.ru/gitweb?a=commitdiff_plain;h=30e32efa5a760662b7c8a3be3f943cf0f0ba63ed;p=bbcp.git SYSTEM.GETREG(SP, baseStack) uncommented in Kernel.Start --- diff --git a/new/_Linux_/System/Mod/Kernel.odc b/new/_Linux_/System/Mod/Kernel.odc index 932e070..463cb43 100644 Binary files a/new/_Linux_/System/Mod/Kernel.odc and b/new/_Linux_/System/Mod/Kernel.odc differ diff --git a/new/_Linux_/System/Mod/Kernel.txt b/new/_Linux_/System/Mod/Kernel.txt index 46c55e2..07f982c 100644 --- a/new/_Linux_/System/Mod/Kernel.txt +++ b/new/_Linux_/System/Mod/Kernel.txt @@ -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; diff --git a/new/_Linux_/libBB.so b/new/_Linux_/libBB.so index e94c849..3fff21a 100644 Binary files a/new/_Linux_/libBB.so and b/new/_Linux_/libBB.so differ diff --git a/new/_Linux_/libBB0.so b/new/_Linux_/libBB0.so index 3020884..8702c82 100644 Binary files a/new/_Linux_/libBB0.so and b/new/_Linux_/libBB0.so differ diff --git a/new/_OpenBSD_/System/Mod/Kernel.odc b/new/_OpenBSD_/System/Mod/Kernel.odc index 8003386..91ee11c 100644 Binary files a/new/_OpenBSD_/System/Mod/Kernel.odc and b/new/_OpenBSD_/System/Mod/Kernel.odc differ diff --git a/new/_OpenBSD_/System/Mod/Kernel.txt b/new/_OpenBSD_/System/Mod/Kernel.txt index 0732d5c..2ae9304 100644 --- a/new/_OpenBSD_/System/Mod/Kernel.txt +++ b/new/_OpenBSD_/System/Mod/Kernel.txt @@ -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; diff --git a/new/_OpenBSD_/libBB.so b/new/_OpenBSD_/libBB.so index b61ea94..5066baa 100644 Binary files a/new/_OpenBSD_/libBB.so and b/new/_OpenBSD_/libBB.so differ diff --git a/new/_OpenBSD_/libBB0.so b/new/_OpenBSD_/libBB0.so index ca0c8ed..351327c 100644 Binary files a/new/_OpenBSD_/libBB0.so and b/new/_OpenBSD_/libBB0.so differ