[project @ 2005-04-15 05:29:48 by wolfgang]
[ghc-hetmet.git] / ghc / rts / Stable.c
index 30d17c0..a2829c6 100644 (file)
@@ -137,6 +137,9 @@ initStablePtrTable(void)
     // Nothing to do:
     // the table will be allocated the first time makeStablePtr is
     // called, and we want the table to persist through multiple inits.
+    //
+    // Also, getStablePtr is now called from __attribute__((constructor))
+    // functions, so initialising things here wouldn't work anyway.
 }
 
 /*