Fixed for Sparc

This commit is contained in:
ceriel
1991-09-24 17:48:37 +00:00
parent 863cd4ee18
commit 3003a092dd
2 changed files with 50 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ IMPLEMENTATION MODULE CSP;
FROM Storage IMPORT Allocate, Deallocate;
FROM Traps IMPORT Message;
CONST WorkSpaceSize = 1000;
CONST WorkSpaceSize = 2000;
TYPE ByteAddress = POINTER TO BYTE;
Channel = POINTER TO ChannelDescriptor;