mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 10:58:23 +02:00
* clarify/ensure intended order of evaluation
git-svn-id: trunk@35138 -
This commit is contained in:
parent
b936d8f012
commit
5bd03651a9
@ -611,8 +611,8 @@ implementation
|
||||
is always returned in param.
|
||||
Furthermore, any managed type is returned in param, in order to avoid
|
||||
its finalization on exception at callee side. }
|
||||
if (tf_safecall_exceptions in target_info.flags) and
|
||||
(pd.proccalloption=pocall_safecall) or
|
||||
if ((tf_safecall_exceptions in target_info.flags) and
|
||||
(pd.proccalloption=pocall_safecall)) or
|
||||
(
|
||||
(pd.proctypeoption=potype_constructor)and
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user