
  PROCEDURE [INLINE] mmp$get_max_sdt_sdtx_pointer
    (    xcb_p: ^ost$execution_control_block;
     VAR sdt_p: mmt$max_sdt_p;
     VAR sdtx_p: mmt$max_sdtx_p);

?? PUSH (LISTEXT := ON) ??

    sdt_p := #ADDRESS(1, #SEGMENT (xcb_p), xcb_p^.sdt_offset);
    sdtx_p := #ADDRESS(1, #SEGMENT (xcb_p), xcb_p^.sdtx_offset);

  PROCEND mmp$get_max_sdt_sdtx_pointer;

*copyc mmt$segment_descriptor_table
*copyc mmt$segment_descriptor_table_ex
*copyc ost$execution_control_block
?? POP ??
