changed random function, added CSP module

This commit is contained in:
ceriel
1987-07-09 15:15:22 +00:00
parent c0091d8046
commit 23644222aa
10 changed files with 423 additions and 10 deletions

View File

@@ -1,3 +1,5 @@
#include <m2_traps.h>
struct descr {
char *addr;
int low;
@@ -17,7 +19,7 @@ _new_stackptr(pdescr, a)
if (ppdescr >= &descrs[10]) {
/* to many nested traps + handlers ! */
TRP(65);
TRP(M2_TOOMANY);
}
*ppdescr++ = pdescr;
if ((char *) &a - (char *) &size > 0) {