X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=new%2F_Linux_%2FSystem%2FMod%2FKernel.txt;h=07f982cca69e009b9af05591852f0346673144e4;hb=30e32efa5a760662b7c8a3be3f943cf0f0ba63ed;hp=46c55e247346c4e90da94a64350a64e26cbd452a;hpb=33309b9780f3b368c4e594c76ffd1ab49f1c665a;p=bbcp.git 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;