mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 17:10:34 +02:00
* same as r27223 for hlcgobj (fixes webtbs/tw25895 for llvm)
git-svn-id: trunk@35043 -
This commit is contained in:
parent
02e4a27a35
commit
f26ed10ba1
@ -5073,6 +5073,10 @@ implementation
|
|||||||
var
|
var
|
||||||
tmploc: tlocation;
|
tmploc: tlocation;
|
||||||
begin
|
begin
|
||||||
|
{ skip e.g. empty records }
|
||||||
|
if (cgpara.location^.loc = LOC_VOID) then
|
||||||
|
exit;
|
||||||
|
|
||||||
{ Handle Floating point types differently
|
{ Handle Floating point types differently
|
||||||
|
|
||||||
This doesn't depend on emulator settings, emulator settings should
|
This doesn't depend on emulator settings, emulator settings should
|
||||||
|
Loading…
Reference in New Issue
Block a user