ObjectFileLoader.st
changeset 178 7342b41b7fe7
parent 177 17c9b4cb2889
child 180 a38d34ef8bde
--- a/ObjectFileLoader.st	Sat Dec 23 01:16:41 1995 +0100
+++ b/ObjectFileLoader.st	Sat Dec 23 01:22:50 1995 +0100
@@ -1063,6 +1063,8 @@
      class-object file or to call the CTORS when c++ modules are loaded.
      ForceOld (if true) will have the memory manager
      allocate things in oldSpace instead of newSpace.
+     If special is true, this is a smalltalk moduleInit (i.e. pass the vm-entries table);
+     otherwise, its called without arguments.
      DANGER: Internal & highly specialized. Dont use in your programs."
 
     |low hi lowAddr hiAddr moduleID retVal|
@@ -2874,6 +2876,6 @@
 !ObjectFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.69 1995-12-23 00:16:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.70 1995-12-23 00:22:50 cg Exp $'
 ! !
 ObjectFileLoader initialize!