CompiledCode.st
changeset 13776 7705d7d06a11
parent 13640 d5ffef38fdd8
child 13777 7308f6b1eede
--- a/CompiledCode.st	Fri Oct 07 13:20:34 2011 +0200
+++ b/CompiledCode.st	Fri Oct 07 13:56:19 2011 +0200
@@ -1059,6 +1059,7 @@
             goto badArgs;
         }
         nargs = 0;
+        ap = NULL;
     }
 
 #ifdef F_NARGS
@@ -1332,6 +1333,8 @@
      (Object compiledMethodAt:#printOn:)
         valueWithReceiver:false arguments:#() 
     "
+
+    "Modified: / 07-10-2011 / 13:56:11 / cg"
 ! !
 
 !CompiledCode methodsFor:'private-accessing'!
@@ -1824,7 +1827,7 @@
 !CompiledCode class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.110 2011-09-07 07:30:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.111 2011-10-07 11:56:19 cg Exp $'
 !
 
 version_SVN