mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 13:08:00 +02:00
MorphOS: workaround to prevent removal of __abox__ during --gc-sections
git-svn-id: trunk@45375 -
This commit is contained in:
parent
ce0c43c934
commit
5a9fc1c01c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user