示例#1
0
VM::VM( VM const & src ) :  _line(src.getLine()), _stack(src.getStack()), _instructions(src.getInstructions()) {

}