ObjectMemory.st
changeset 20316 7cfb8d4515a3
parent 20315 a57647e1072b
child 20344 152b525b5c63
child 20400 644b7b8711f4
--- a/ObjectMemory.st	Tue Aug 30 20:24:49 2016 +0200
+++ b/ObjectMemory.st	Tue Aug 30 20:30:56 2016 +0200
@@ -3390,7 +3390,7 @@
     return __c__._RETURN_true();
 #else
     if (__isSmallInteger(howMuch)) {
-	RETURN( __moreOldSpace(__context, __intVal(howMuch)) ? true : false );
+	RETURN( __moreOldSpace((OBJ)__context, __intVal(howMuch)) ? true : false );
     }
     RETURN (false);
 #endif