mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 04:01:37 +02:00
* write all ait_const's of value 0 as 'zeroinitializer' so they also work
for pointer constants git-svn-id: branches/hlcgllvm@30126 -
This commit is contained in:
parent
9c42437326
commit
935c0c86aa
@ -650,6 +650,8 @@ implementation
|
||||
else
|
||||
asmwrite(' -- symbol offset: ' + tostr(hp.value));
|
||||
end
|
||||
else if hp.value=0 then
|
||||
AsmWrite('zeroinitializer')
|
||||
else
|
||||
AsmWrite(tostr(hp.value));
|
||||
AsmLn;
|
||||
|
Loading…
Reference in New Issue
Block a user