Example #1
0
 internal void FixupBranch(InstructionList instructions, int branchIndex)
 {
     Debug.Assert(_targetIndex != UnknownIndex);
     instructions.FixupBranch(branchIndex, _targetIndex - branchIndex);
 }
Example #2
0
 internal void FixupBranch(InstructionList instructions, int branchIndex)
 {
     instructions.FixupBranch(branchIndex, this._targetIndex - branchIndex);
 }