Fix dup_x2 getOriginal
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user