Exemple #1
0
 public UvmInstruction MakeEmptyInstruction(string comment)
 {
     return(UvmInstruction.CreateEmpty(comment));
 }
Exemple #2
0
 public void AddEmptyInstruction(string comment)
 {
     AddInstruction(UvmInstruction.CreateEmpty(comment));
 }