public BranchInstr(PEAPI.BranchOp op, LabelInfo label, Location loc)
     : base(loc)
 {
     this.op    = op;
     this.label = label;
 }
Exemple #2
0
                public BranchInstr (PEAPI.BranchOp op, LabelInfo label, Location loc)
			: base (loc)
                {
                        this.op = op;
                        this.label = label;
                }