* fixed another compilation error

git-svn-id: trunk@29838 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:48:43 +00:00
parent 544c8d34ec
commit cd6e3d5622

View File

@ -174,7 +174,7 @@ unit cpupara;
end;
case def.typ of
objectdef:
result:=not(Is_HFA(def) and (is_object(def) and ((varspez=vs_const) or (def.size=0));
result:=not(Is_HFA(def) and (is_object(def) and ((varspez=vs_const) or (def.size=0))));
recorddef:
{ note: should this ever be changed, make sure that const records
are always passed by reference for calloption=pocall_mwpascal }