Added pointer checks.
authorkeie <none@none>
Tue, 18 Dec 1984 16:58:11 +0000 (16:58 +0000)
committerkeie <none@none>
Tue, 18 Dec 1984 16:58:11 +0000 (16:58 +0000)
mach/mantra/int/deffile

index 6ed0086..ea62078 100644 (file)
 #endif
 #define  adroff move.b (a3)+,(a1) ;    move.b  (a3)+,1(a1)
 #define        claimstack      tst.b   -1024(sp)
-
+#define        locptr  cmp.l   sp,a0 ;\
+               bcc     6f  
+#define        heaptr  cmp.l   hp,a0 ;\
+               bhi     7f ;\
+               cmp.l   tblmax,a0 ;\
+               bcc     6f
+#define        extptr  cmp.l   globmax,a0 ;\
+               bcc     7f ;\
+               cmp.l   a6,a0 ;\
+               bcc     6f