LargeInteger.st
branchjv
changeset 18710 c0a0e0b57e59
parent 18630 a74d669db937
parent 18709 e3365e522281
child 18858 2968df243134
--- a/LargeInteger.st	Sat Aug 22 06:59:20 2015 +0200
+++ b/LargeInteger.st	Sun Aug 23 06:36:55 2015 +0200
@@ -1692,7 +1692,7 @@
 
 %{
 #ifdef __SCHTEAM__
-    return context._RETURN( ((STLargeInteger)self).digitLength() );
+    return context._RETURN( STInteger._new( ((STLargeInteger)self).digitLength() ));
 #endif
 %}.
     l := digitByteArray size.