robustify task and sds initialization
[mTask.git] / int / interpret.c
index 6875097..bf437ae 100644 (file)
@@ -20,6 +20,7 @@ void run_task(struct task *t, int fd)
                printf("stack: %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n",
                        stack[0], stack[1], stack[2], stack[3], stack[4],
                        stack[5], stack[6], stack[7], stack[8], stack[9]);
+
                switch(program[pc++]){
                case BCNOP: trace("nop\n");
                        break;