mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 11:59:19 +02:00
* initialise processaddress for darwin
git-svn-id: trunk@2485 -
This commit is contained in:
parent
d11329f9cd
commit
1e47e5a2db
@ -861,6 +861,7 @@ var
|
|||||||
mh:MachoHeader;
|
mh:MachoHeader;
|
||||||
i: longint;
|
i: longint;
|
||||||
begin
|
begin
|
||||||
|
processaddress := 0;
|
||||||
StabsFunctionRelative:=false;
|
StabsFunctionRelative:=false;
|
||||||
LoadMachO32PPC := false;
|
LoadMachO32PPC := false;
|
||||||
blockread (f, mh, sizeof(mh));
|
blockread (f, mh, sizeof(mh));
|
||||||
|
Loading…
Reference in New Issue
Block a user