Ejemplo n.º 1
0
 /// <summary>
 /// Visits the short inline br target instruction.
 /// </summary>
 /// <param name="inline">The short inline br target instruction.</param>
 public virtual void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction inline)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Visits the short inline br target instruction.
 /// </summary>
 /// <param name="shortInlineBrTargetInstruction">The short inline br target instruction.</param>
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     this.collector.Process(shortInlineBrTargetInstruction, this.formatProvider.Label(shortInlineBrTargetInstruction.TargetOffset));
 }
 /// <summary>
 /// Visits the short inline br target instruction.
 /// </summary>
 /// <param name="shortInlineBrTargetInstruction">The short inline br target instruction.</param>
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     base.collector.Process(shortInlineBrTargetInstruction, base.formatProvider.Int8ToHex(shortInlineBrTargetInstruction.Delta));
 }