Jelajahi Sumber

SYSTEM.GETREG(SP, baseStack) uncommented in Kernel.Start

Alexander Shiryaev 12 tahun lalu
induk
melakukan
30e32efa5a
8 mengubah file dengan 0 tambahan dan 4 penghapusan
  1. TEMPAT SAMPAH
      new/_Linux_/System/Mod/Kernel.odc
  2. 0 2
      new/_Linux_/System/Mod/Kernel.txt
  3. TEMPAT SAMPAH
      new/_Linux_/libBB.so
  4. TEMPAT SAMPAH
      new/_Linux_/libBB0.so
  5. TEMPAT SAMPAH
      new/_OpenBSD_/System/Mod/Kernel.odc
  6. 0 2
      new/_OpenBSD_/System/Mod/Kernel.txt
  7. TEMPAT SAMPAH
      new/_OpenBSD_/libBB.so
  8. TEMPAT SAMPAH
      new/_OpenBSD_/libBB0.so

TEMPAT SAMPAH
new/_Linux_/System/Mod/Kernel.odc


+ 0 - 2
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;

TEMPAT SAMPAH
new/_Linux_/libBB.so


TEMPAT SAMPAH
new/_Linux_/libBB0.so


TEMPAT SAMPAH
new/_OpenBSD_/System/Mod/Kernel.odc


+ 0 - 2
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;

TEMPAT SAMPAH
new/_OpenBSD_/libBB.so


TEMPAT SAMPAH
new/_OpenBSD_/libBB0.so