|
@@ -13082,6 +13082,7 @@ TYPE
|
|
AddPointer(typeInfoSection, typeInfoSectionOffset);
|
|
AddPointer(typeInfoSection, typeInfoSectionOffset);
|
|
TypeInfoSection(typeInfoSection);
|
|
TypeInfoSection(typeInfoSection);
|
|
referenceSection := Block("Heaps","SystemBlockDesc",".@References",referenceSectionOffset);
|
|
referenceSection := Block("Heaps","SystemBlockDesc",".@References",referenceSectionOffset);
|
|
|
|
+ referenceSection.SetExported(TRUE);
|
|
References(referenceSection);
|
|
References(referenceSection);
|
|
procTableSection := Block("Heaps","SystemBlockDesc",".@ProcTable",procTableSectionOffset);
|
|
procTableSection := Block("Heaps","SystemBlockDesc",".@ProcTable",procTableSectionOffset);
|
|
ProcedureDescriptorArray(procTableSection, numberProcs);
|
|
ProcedureDescriptorArray(procTableSection, numberProcs);
|