mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28: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);
|
||||
end
|
||||
else
|
||||
{ todo: support for absolute addresses on embedded platforms }
|
||||
internalerror(2012111302);
|
||||
{ for absolute addresses }
|
||||
a_load_const_reg(list,ptruinttype,0,hreg1);
|
||||
if ref.index<>NR_NO then
|
||||
begin
|
||||
{ SSA... }
|
||||
|
Loading…
Reference in New Issue
Block a user