
{ * * * * WARNING - This record is contained in the SCB and is referenced * * *
{ * * * *           from assembly language trap handlers. Dont change     * * *
{ * * * *           this record without understanding the implications.   * * *

  TYPE
    ost$vector_simulation_control = record
      vector_simulation_attribute: pmt$vector_simulation,
      vector_divide_degraded: ost$processor_id_set,
      all_vector_divides_degraded: boolean,
    recend;

*copyc ost$processor_id_set
*copyc pmt$vector_simulation
