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

?? PUSH (LISTEXT := ON) ??

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

  PROCEND mmp$get_max_sdtx_pointer;

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