mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:39:39 +02:00
* fixed checking validity of temporary parameter location that triggered
internalerror(200501281) on some platforms after r15365 git-svn-id: trunk@15374 -
This commit is contained in:
parent
c10e229a4b
commit
a7eb6bf64b
@ -545,7 +545,7 @@ implementation
|
||||
{ Can't have a data copied to the stack, every location
|
||||
must contain a valid size field }
|
||||
|
||||
if (ppn.tempcgpara.size=OS_NO) and
|
||||
if (tmpparaloc^.size=OS_NO) and
|
||||
((tmpparaloc^.loc<>LOC_REFERENCE) or
|
||||
assigned(tmpparaloc^.next)) then
|
||||
internalerror(200501281);
|
||||
|
Loading…
Reference in New Issue
Block a user