|
@@ -2485,7 +2485,7 @@ implementation
|
|
|
begin
|
|
|
{ create the call to the helper }
|
|
|
{ on entry left node contains the parameter }
|
|
|
- first_sqr_real := ctypeconvnode.create_internal(ccallnode.createintern('fpc_sqr_real',
|
|
|
+ first_sqr_real := ctypeconvnode.create(ccallnode.createintern('fpc_sqr_real',
|
|
|
ccallparanode.create(left,nil)),resulttype);
|
|
|
left := nil;
|
|
|
end;
|
|
@@ -2494,7 +2494,7 @@ implementation
|
|
|
begin
|
|
|
{ create the call to the helper }
|
|
|
{ on entry left node contains the parameter }
|
|
|
- first_sqrt_real := ctypeconvnode.create_internal(ccallnode.createintern('fpc_sqrt_real',
|
|
|
+ first_sqrt_real := ctypeconvnode.create(ccallnode.createintern('fpc_sqrt_real',
|
|
|
ccallparanode.create(left,nil)),resulttype);
|
|
|
left := nil;
|
|
|
end;
|