00034 :
00035
00036 This routine relocates
the start context to mesh with
the
00037 executable that has just been relocated.
00038
00039 Arguments:
00040
00041 Context - Supplies a context that needs editing.
00042
00043 Diff - Supplies
the difference from
the based address to
the relocated
00044 address.
00045
00046 Return Value:
00047
00048 None.
00049
00050 --*/
00051 {
00052 Context->IntA0 += (ULONGLONG)Diff;
00053 Context->IntGp += (ULONGLONG)Diff;
00054 }
}