Text preview for : TrapDefs.mesa_Oct77.pdf part of xerox TrapDefs.mesa Oct77 xerox mesa 3.0_1977 listing TrapDefs.mesa_Oct77.pdf



Back to : TrapDefs.mesa_Oct77.pdf | Home

trapdefs.mESA Z4-0CT-77 18:55:07 Page 1


-- TrapDefs.Mesa
-- Edited by Sandman on May 18. 1977 4:36 PM
DIRECTORY
ControlDefs: FROM "controldefs":
DEFINITIONS FROM ControlDefs:
TrapDefs: DEFINITIONS SHARING ControlOefs = BEGIN
-- Faults
StackError: ERROR [FrameHandle]:
PortFault: ERROR:
LinkageFault: ERROR:
ControlFaull: SIGNAL [source: FrameHandle] RETURNS [ControlLink]:
UnboundProcedure: SIGMAL [dest: UnboundDesc] RETURNS [ControlLink]:
ParityError: SIGNAL [address: POINTER]:
PhantomParityError: SIGNAL:
END ...