Disassembler for missing code OP_EXIT_PROGV

This commit is contained in:
Juan Jose Garcia Ripoll 2011-03-27 23:36:55 +02:00
parent 7a2f1feae6
commit 20d5b17948

View file

@ -542,6 +542,8 @@ disassemble(cl_object bytecodes, cl_opcode *vector) {
case OP_PROGV: vector = disassemble_progv(bytecodes, vector);
break;
case OP_EXIT_PROGV: print_noarg("PROGV\tEXIT");
return vector;
/* OP_VALUES n{arg}
Pop N values from the stack and store them in VALUES(...)