Context.st
branchjv
changeset 20204 9a24c81d04ff
parent 19478 1f5aa87f6170
child 21024 8734987eb5c7
--- a/Context.st	Fri Jul 15 07:00:33 2016 +0200
+++ b/Context.st	Fri Jul 29 21:39:49 2016 +0100
@@ -419,7 +419,7 @@
     } else if (index == __MKSMALLINT(__SLOT_CONTEXT_RETVAL)) {          // retvalTemp - invisible
 	 RETURN (nil);
     } else if (index == __MKSMALLINT(__SLOT_CONTEXT_HANDLE)) {          // handle to machine stack - invisible
-	 RETURN (nil);
+	 RETURN ( __MKUINT ( (unsigned INT)(__ContextInstPtr(self)->c_pSelf) ) );
     }
 #endif
 %}.