
{ ******************************************************************************
{ NOTE:  This type is used by the ASSEMBLER deck PMM$INTERCEPT_PROCEDURES.
{ If this type is changed PMM$INTERCEPT_PROCEDURES may have to be changed too,
{ otherwise ANALYZE_PROGRAM_DYNAMICS will break.
{ ******************************************************************************

  TYPE
    pmt$apd_task_jobmode_statistics = record
      jobmode_cptime: integer,
      paging_statistics: pmt$paging_statistics,
    RECEND;

*copyc pmt$loader_seq_descriptor
