Skip to content

Commit

Permalink
Merge branch 'add-functions' into split-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Apr 14, 2015
2 parents c1b1d29 + 207a161 commit 2db2c0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vm/Bytecode.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ public Instruction(String name, int nargs) {
public static final short CALL = 16;
public static final short RET = 17; // return with/without value


public static final short HALT = 19;
public static final short HALT = 18;

public static Instruction[] instructions = new Instruction[] {
null, // <INVALID>
Expand Down

0 comments on commit 2db2c0a

Please sign in to comment.