Revision 685ee993 tools/burnin

b/tools/burnin
90 90
  def ExecOp(self, op):
91 91
    """Execute an opcode and manage the exec buffer."""
92 92
    self.ClearFeedbackBuf()
93
    return self.proc.ExecOpCode(op)
93
    return cli.SubmitOpCode(op)
94 94

  
95 95
  def ParseOptions(self):
96 96
    """Parses the command line options.

Also available in: Unified diff