
{ This TYPE is identical to the TYPE ost$monitor_condition with the following
{ exception: the osc$not_assigned bit is now used in monitor to track the
{ current state of the trap enabled register.  Functionally, this is used ONLY
{ on THETA-class (model 4X) machines.

  CONST
    mtc$mcr_trap_enable_flag = osc$not_assigned;

  TYPE
    mtt$monitor_condition = ost$monitor_condition;

  TYPE
    mtt$monitor_conditions = set OF mtt$monitor_condition;

*copyc osd$conditions
