Skip to content

Commit

Permalink
opcode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Apr 19, 2011
1 parent 1bde321 commit 79b1f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspect_disasm.js
Expand Up @@ -343,7 +343,7 @@ function disassemble(file)
pop("function");
break;
case 0xbd:
out+="open";
out+="focus";
pop("object_id");
break;
case 0xbe:
Expand Down

0 comments on commit 79b1f87

Please sign in to comment.