Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -188,6 +188,7 @@ public Instr decodeInstr() {
switch (operation) {
case ALIAS: return AliasInstr.decode(this);
case ARG_SCOPE_DEPTH: return ArgScopeDepthInstr.decode(this);
case ARRAY_DEREF: return ArrayDerefInstr.decode(this);
case ATTR_ASSIGN: return AttrAssignInstr.decode(this);
case B_FALSE: return BFalseInstr.decode(this);
case B_NIL: return BNilInstr.decode(this);

0 comments on commit e3ce8b2

Please sign in to comment.