mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 23:19:25 +02:00
* Fixed i386 case jump table when PIC with GOT and an external assembler is used.
git-svn-id: trunk@32036 -
This commit is contained in:
parent
ae33685b9d
commit
2bcd49bbc4
@ -886,7 +886,7 @@ implementation
|
||||
cpu_i386:
|
||||
begin
|
||||
writer.AsmWrite(ait_const2str[aitconst_32bit]);
|
||||
writer.AsmWrite(tai_const(hp).sym.name);
|
||||
writer.AsmWrite(tai_const(hp).sym.name+'-_GLOBAL_OFFSET_TABLE_');
|
||||
end;
|
||||
else
|
||||
InternalError(2014022602);
|
||||
|
Loading…
Reference in New Issue
Block a user