From: crawshaw Date: Tue, 16 Nov 2004 13:19:04 +0000 (+0000) Subject: fixes for moving ibex.js to collections X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2970c5cfd79c2eae1b9ec00dfa95f6da4d252080;p=org.ibex.xt-crawshaw.git fixes for moving ibex.js to collections darcs-hash:20041116131904-2eb37-6556ac38e0036e5186996b84be619cb61f12e62b.gz --- diff --git a/src/java/ibex/xt/Prevalence.java b/src/java/ibex/xt/Prevalence.java index ce60a19..79a6952 100644 --- a/src/java/ibex/xt/Prevalence.java +++ b/src/java/ibex/xt/Prevalence.java @@ -73,25 +73,25 @@ public class Prevalence { public static final long serialVersionUid = 0xfb2aa281; private JS js; JSScope newscope; - Vec v; + List v; public JSTransaction(JS js) throws JSExn { newscope = new JSScope(null); this.js = JS.cloneWithNewParentScope(js, newscope); v = JS.getFormalArgs(this.js); for(int i=0; i