summaryrefslogtreecommitdiff
path: root/compiler/paramgr.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/paramgr.pas')
-rw-r--r--compiler/paramgr.pas6
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/paramgr.pas b/compiler/paramgr.pas
index 739f22cc3d..7f228fa5f0 100644
--- a/compiler/paramgr.pas
+++ b/compiler/paramgr.pas
@@ -271,6 +271,8 @@ implementation
push_size:=def.size;
end;
end;
+ else
+ ;
end;
end;
@@ -370,6 +372,8 @@ implementation
if getsupreg(paraloc^.register)<first_mm_imreg then
cg.getcpuregister(list,paraloc^.register);
end;
+ else
+ ;
end;
end;
@@ -524,6 +528,8 @@ implementation
newparaloc^.reference.offset:=href.offset;
end;
end;
+ else
+ ;
end;
paraloc:=paraloc^.next;
end;