mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-04 19:39:40 +01:00
* fixed bug in second_int_to_bool I introduced previous time
(secondpass was being called twice!)
This commit is contained in:
parent
76f18e2fc9
commit
7fc5c04a14
@ -287,7 +287,8 @@ implementation
|
|||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
*)
|
*)
|
||||||
secondpass(left);
|
{ Already done in tppctypeconvnode.pass_2! (JM)
|
||||||
|
secondpass(left); }
|
||||||
if codegenerror then
|
if codegenerror then
|
||||||
exit;
|
exit;
|
||||||
location_reset(location,LOC_REGISTER,def_cgsize(resulttype.def));
|
location_reset(location,LOC_REGISTER,def_cgsize(resulttype.def));
|
||||||
@ -428,7 +429,11 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.35 2003-05-11 13:06:44 jonas
|
Revision 1.36 2003-05-11 20:42:08 jonas
|
||||||
|
* fixed bug in second_int_to_bool I introduced previous time
|
||||||
|
(secondpass was being called twice!)
|
||||||
|
|
||||||
|
Revision 1.35 2003/05/11 13:06:44 jonas
|
||||||
* fixed second_int_to_bool() (but still problem with typecasts used for
|
* fixed second_int_to_bool() (but still problem with typecasts used for
|
||||||
var parameters, not sure about solution)
|
var parameters, not sure about solution)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user