[Pixelle-commit] SF.net SVN: pixelle: [86] trunk/pixelle/etc/Pixelle.g
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-26 15:51:35
|
Revision: 86
http://pixelle.svn.sourceforge.net/pixelle/?rev=86&view=rev
Author: dbrosius
Date: 2008-06-26 08:51:44 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
pop s/b pop2 for doubles
Modified Paths:
--------------
trunk/pixelle/etc/Pixelle.g
Modified: trunk/pixelle/etc/Pixelle.g
===================================================================
--- trunk/pixelle/etc/Pixelle.g 2008-06-26 03:59:04 UTC (rev 85)
+++ trunk/pixelle/etc/Pixelle.g 2008-06-26 15:51:44 UTC (rev 86)
@@ -115,7 +115,7 @@
mv.visitInsn(Opcodes.DCONST_1);
mv.visitJumpInsn(Opcodes.GOTO, continueLabel);
mv.visitLabel(false1Label);
- mv.visitInsn(Opcodes.POP);
+ mv.visitInsn(Opcodes.POP2);
mv.visitLabel(false2Label);
mv.visitInsn(Opcodes.DCONST_0);
mv.visitLabel(continueLabel);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|