Added new debug command to dump scripts execution status.

svn-id: r30840
This commit is contained in:
Nicola Mettifogo 2008-02-09 22:07:51 +00:00
parent bc257fc378
commit cf724e889c
6 changed files with 35 additions and 0 deletions

View file

@ -85,6 +85,7 @@ Program::Program() {
_loopCounter = 0;
_locals = new LocalVariable[NUM_LOCALS];
_numLocals = 0;
_status = kProgramIdle;
}
Program::~Program() {