ExecutableFunction.st
branchjv
changeset 19332 9686fae7951b
parent 19127 940613fe6659
parent 19330 ecda55e8c18a
child 20579 9add81aadb7a
--- a/ExecutableFunction.st	Thu Mar 10 08:13:13 2016 +0000
+++ b/ExecutableFunction.st	Fri Mar 11 10:06:30 2016 +0000
@@ -219,10 +219,12 @@
 
 hasCode
     "return true, if this codeObject has machinecode to execute."
-%{
+
+%{  /* NOCONTEXT */
     if (__INST(code_)) {
         RETURN (true);
     }
+    RETURN (false);
 %}.
     ^ false