mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 05:09:19 +02:00
+ support absolute addresses on llvm (fixes tests/webtbs/tw12685 for llvm)
git-svn-id: trunk@34124 -
This commit is contained in:
parent
458ba2efac
commit
9b7e7c5298
@ -1851,8 +1851,8 @@ implementation
|
|||||||
a_load_reg_reg(list,ptrdef,ptruinttype,ref.base,hreg1);
|
a_load_reg_reg(list,ptrdef,ptruinttype,ref.base,hreg1);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
{ todo: support for absolute addresses on embedded platforms }
|
{ for absolute addresses }
|
||||||
internalerror(2012111302);
|
a_load_const_reg(list,ptruinttype,0,hreg1);
|
||||||
if ref.index<>NR_NO then
|
if ref.index<>NR_NO then
|
||||||
begin
|
begin
|
||||||
{ SSA... }
|
{ SSA... }
|
||||||
|
Loading…
Reference in New Issue
Block a user