Esempio n. 1
0
 public IRBranchInstruction(IRBranchCondition pBranchCondition, int pTargetILOffset)
     : base(IROpcode.Branch)
 {
     BranchCondition = pBranchCondition;
     TargetILOffset = pTargetILOffset;
 }
Esempio n. 2
0
 public IRBranchInstruction(IRBranchCondition pBranchCondition, int pTargetILOffset) : base(IROpcode.Branch)
 {
     BranchCondition = pBranchCondition;
     TargetILOffset  = pTargetILOffset;
 }