From: brian Date: Sun, 3 Jul 2005 21:21:40 +0000 (+0000) Subject: add "this" for first arg X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=commitdiff_plain;h=89a9844d8a8684ddca28a4c7e8cd631c587aff6f add "this" for first arg darcs-hash:20050703212140-24bed-e07443bc57a4a4fc20eff8fbe4eb739f9a4efe6a.gz --- diff --git a/src/org/ibex/classgen/JSSA.java b/src/org/ibex/classgen/JSSA.java index 090fc97..e608b42 100644 --- a/src/org/ibex/classgen/JSSA.java +++ b/src/org/ibex/classgen/JSSA.java @@ -15,8 +15,11 @@ public class JSSA extends MethodGen implements CGConst { super(c, in, cp); local = new Expr[maxLocals]; stack = new Expr[maxStack]; - for(int i=0; i