git-svn-id: trunk@45375 -
@@ -42,6 +42,9 @@ var
newStack: Pointer;
newStackAligned: Pointer;
begin
+ // prevent removal of the __abox__ symbol by --gc-sections
+ abox_signature := 1;
+ //
MOS_ExecBase:=realExecBase;
newStack:=AllocVecTaskPooled(StkLen+16);