Fix dup_x2 getOriginal

This commit is contained in:
Adam
2016-03-27 13:52:57 -04:00
parent 40725faa0a
commit b45ecd4996

View File

@@ -88,6 +88,7 @@ public class Dup_X2 extends Instruction implements DupInstruction
break;
case 2:
poppedIndex = 1;
break;
default:
throw new IllegalStateException();
}