{}
{   The purpose of this request is to construct the single module predictor
{ by setting up a header and putting the section number, normal section
{ offset and binding section offset change vectors together in the single
{ module predictor.
{}
{       OCP$CONSTRUCT_MODULE_PREDICTOR (MODULE_NAME, NUMBER_SECTION_OFFSET_CVS,
{         SECTION_NUMBER_CV, NORMAL_SOCV, BINDING_SECTION_OCV, SINGLE_PREDICTOR,
{         SIZE_OF_PREDICTOR)
{}
{ MODULE_NAME: (input) This parameter specifies the module name.
{}
{ NUMBER_SECTION_OFFSET_CVS: (input) This parameter specifies the number of
{       normal section offset change vectors generated.
{}
{ SECTION_NUNBER_CV: (input) This parameter specifies a pointer to the
{       section number change vector.
{}
{ NORMAL_SOCV: (input) This parameter specifies a pointer to the
{       normal section offset change vectors.
{}
{ BINDING_SECTION_OCV: (input) This parameter specifies a pointer to the
{       binding section offset change vector.
{}
{ SINGLE_PREDICTOR: (output) This parameter specifies a pointer to the
{       single module predictor.
{}
{ SIZE_OF_PREDICTOR: (output) This parameter specifies the size of the single
{       module predictor in bytes.
{}
