* removed superfluous checks (push_addr_param() already checks for those)

git-svn-id: trunk@24759 -
This commit is contained in:
Jonas Maebe 2013-06-02 10:23:47 +00:00
parent 4e210e57c2
commit dd15ee5bf2

View File

@ -356,9 +356,7 @@ unit cpupara;
LOC_REFERENCE:
begin
paraloc^.size:=OS_ADDR;
if push_addr_param(hp.varspez,paradef,p.proccalloption) or
is_open_array(paradef) or
is_array_of_const(paradef) then
if push_addr_param(hp.varspez,paradef,p.proccalloption) then
assignintreg
else
begin