From becd33d3a99d46b0a28ecdd333c3d7bf8c03086c Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 18 Jul 1988 16:45:25 +0000 Subject: [PATCH] made to work on small machines --- lang/occam/lib/misc.e | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/occam/lib/misc.e b/lang/occam/lib/misc.e index abfc7b62a..1ce84a300 100644 --- a/lang/occam/lib/misc.e +++ b/lang/occam/lib/misc.e @@ -34,14 +34,14 @@ oldtrp exp $block_move pro $block_move, 0 - lal 4 + lal EM_PSIZE loi EM_PSIZE - lal 8 + lal 2*EM_PSIZE loi EM_PSIZE lal 0 - loi EM_LSIZE - loc EM_LSIZE + loi EM_PSIZE + loc EM_PSIZE loc EM_WSIZE cuu bls EM_WSIZE -- 2.34.1