mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 22:19:18 +02:00
* fixed i386 compilation
git-svn-id: trunk@3110 -
This commit is contained in:
parent
101dc0fe85
commit
3129dd042e
@ -773,7 +773,9 @@ const win32stub : array[0..131] of byte=(
|
||||
dec(address,TCoffObjSection(relocsec).orgmempos);
|
||||
inc(address,relocval);
|
||||
end;
|
||||
{$ifdef x86_64}
|
||||
RELOC_ABSOLUTE32,
|
||||
{$endif x86_64}
|
||||
RELOC_ABSOLUTE :
|
||||
begin
|
||||
if oso_common in relocsec.secoptions then
|
||||
|
Loading…
Reference in New Issue
Block a user