mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 11:29:16 +02:00
* Removed creation of unused symbol. It was needed before r35492.
git-svn-id: trunk@35547 -
This commit is contained in:
parent
94a65e99f1
commit
03f4875310
@ -276,7 +276,6 @@ end;
|
||||
|
||||
procedure TWin64CFI.end_frame(objdata:TObjData);
|
||||
var
|
||||
pdatasym:TObjSymbol;
|
||||
pdatasec:TObjSection;
|
||||
begin
|
||||
if not assigned(FName) then
|
||||
@ -288,7 +287,6 @@ begin
|
||||
if not codegenerror then
|
||||
begin
|
||||
pdatasec:=objdata.createsection(sec_pdata,lower(FName^));
|
||||
pdatasym:=objdata.symboldefine('$pdata$'+FName^,AB_LOCAL,AT_DATA);
|
||||
objdata.writereloc(0,4,FFrameStartSym,RELOC_RVA);
|
||||
objdata.writereloc(FFrameStartSec.Size,4,FFrameStartSym,RELOC_RVA);
|
||||
objdata.writereloc(0,4,FXdataSym,RELOC_RVA);
|
||||
|
Loading…
Reference in New Issue
Block a user