blob: 76e11015d27ab5fac21114124e90d77f0c6eeb46 [file] [log] [blame] [edit]
// === Auto-generated postamble setup entry stuff ===
{{GLOBAL_VARS}}
if (runtimeInitialized) {
// dlopen case: we are being loaded after the system is fully initialized, so just run our prerun and atinit stuff now
callRuntimeCallbacks(__ATPRERUN__);
callRuntimeCallbacks(__ATINIT__);
} // otherwise, general dynamic linking case: stuff we added to prerun and init will be executed with the rest of the system as it loads