{ }
{   The purpose of this procedure is to dispose of ucr conditions.  UCR }
{ conditions are those conditions detected by hardware and reported in  }
{ the ucr register. In general ucr condition will prohibit task execu-  }
{ tion in absence of corrective action.                                 }
{ }
{       PMP$DISPOSE_UCR_CONDITIONS (OUTSTANDING_UCR,                    }
{         CONDITION_SAVE_AREA, DEBUG_INDEX)                             }
{ }
{ OUTSTANDING_UCR: (input, output) This parameter specifies the ucr     }
{       conditions to be processed.                                     }
{ }
{ CONDITION_SAVE_AREA: (input) This parameter specifies the stack frame }
{       save area which caused the condition.                           }
{ }
{ DEBUG_INDEX: (input) This parameter specifies the debug index at the  }
{       time the condition was caused.                                  }
{ }
