From: brian Date: Fri, 30 Jan 2004 07:39:59 +0000 (+0000) Subject: 2003/10/23 04:39:47 X-Git-Tag: RC3~434 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=9c291ed8e94cdee24827e3f4f48b40cb0f1f8f3f 2003/10/23 04:39:47 darcs-hash:20040130073959-aa32f-499c5b7924a32e9c9919eecc1801d86e4b843f5e.gz --- diff --git a/src/org/xwt/js/CompiledFunctionImpl.java b/src/org/xwt/js/CompiledFunctionImpl.java index a0c30f7..66151c7 100644 --- a/src/org/xwt/js/CompiledFunctionImpl.java +++ b/src/org/xwt/js/CompiledFunctionImpl.java @@ -350,7 +350,7 @@ class CompiledFunctionImpl extends JS.Callable implements ByteCodes, Tokens { // use the "normal" implementation t.push(key); t.push(old); - t.push(arg); + t.push(val); break; }