mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-25 03:00:33 +01:00
* formatting
git-svn-id: trunk@20697 -
This commit is contained in:
parent
24ba8e2dca
commit
a1f9055978
@ -407,7 +407,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
statement_syssym:=geninlinenode(in_sizeof_x,false,p1);
|
statement_syssym:=geninlinenode(in_sizeof_x,false,p1);
|
||||||
{ no packed bit support for these things }
|
{ no packed bit support for these things }
|
||||||
if (l = in_bitsizeof_x) then
|
if l=in_bitsizeof_x then
|
||||||
statement_syssym:=caddnode.create(muln,statement_syssym,cordconstnode.create(8,sinttype,true));
|
statement_syssym:=caddnode.create(muln,statement_syssym,cordconstnode.create(8,sinttype,true));
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user