
  PROCEDURE [INLINE] dmp$i_get_mat_pointer
    (VAR avt_entry: {input} dmt$ms_active_vol_table_entry;
     VAR p_mat: ^dmt$mainframe_allocation_table);

?? PUSH (LISTEXT := ON) ??

    VAR
      converter: dmt$mat_converter;

    converter.p_adaptable := avt_entry.p_mat;
    p_mat := converter.p_mat;

  PROCEND dmp$i_get_mat_pointer;

*copyc dmt$active_volume_table_index
*copyc dmt$mainframe_allocation_table
*copyc dmt$mat_converter
*copyc dmv$active_volume_table
?? POP ??
