This commit is contained in:
Adam
2016-04-03 13:04:19 -04:00
parent c760c71c3f
commit c9bfbb1352

View File

@@ -26,7 +26,6 @@ public class Pop2 extends Instruction
StackContext value = stack.pop();
ins.pop(value);
//Object obj = frame.getStack().pop();
if (value.getType().equals(new Type(double.class.getCanonicalName())) || value.getType().equals(new Type(long.class.getCanonicalName())))
return ins;