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; break;
case 2: case 2:
poppedIndex = 1; poppedIndex = 1;
break;
default: default:
throw new IllegalStateException(); throw new IllegalStateException();
} }