Exemplo n.º 1
0
 public UvmInstruction MakeEmptyInstruction(string comment)
 {
     return(UvmInstruction.CreateEmpty(comment));
 }
Exemplo n.º 2
0
 public void AddEmptyInstruction(string comment)
 {
     AddInstruction(UvmInstruction.CreateEmpty(comment));
 }