MorphOS: workaround to prevent removal of __abox__ during --gc-sections

git-svn-id: trunk@45375 -
This commit is contained in:
marcus 2020-05-16 13:07:19 +00:00
parent ce0c43c934
commit 5a9fc1c01c

View File

@ -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);