mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
* don't cast the succeeded node succn to a tcallparanode (it's usually a tloadnode or something similar instead)
This commit is contained in:
parent
1a130056f7
commit
d3c3b79e79
@ -6227,7 +6227,7 @@ implementation
|
||||
cmpn:=cmpn.getcopy;
|
||||
inserttypeconv_internal(cmpn,resultdef);
|
||||
addstatement(stmt,
|
||||
cassignmentnode.create(tcallparanode(succn),
|
||||
cassignmentnode.create(succn,
|
||||
caddnode.create(equaln,cmpn,
|
||||
ctemprefnode.create(tmp))));
|
||||
addstatement(stmt,ctempdeletenode.create_normal_temp(tmp));
|
||||
|
Loading…
Reference in New Issue
Block a user