|
@@ -171,9 +171,6 @@ unit cgbase;
|
|
Here the address fix ups to generate code for the body must be done.
|
|
Here the address fix ups to generate code for the body must be done.
|
|
}
|
|
}
|
|
procedure after_pass1;virtual;
|
|
procedure after_pass1;virtual;
|
|
-
|
|
|
|
- { sets the offset for a temp used by the result }
|
|
|
|
- procedure set_result_offset;virtual;
|
|
|
|
end;
|
|
end;
|
|
|
|
|
|
pregvarinfo = ^tregvarinfo;
|
|
pregvarinfo = ^tregvarinfo;
|
|
@@ -442,7 +439,7 @@ implementation
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
|
|
- procedure tprocinfo.set_result_offset;
|
|
|
|
|
|
+ procedure tprocinfo.after_header;
|
|
begin
|
|
begin
|
|
if assigned(procdef.funcretsym) then
|
|
if assigned(procdef.funcretsym) then
|
|
begin
|
|
begin
|
|
@@ -453,11 +450,6 @@ implementation
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
|
|
|
|
-
|
|
|
|
- procedure tprocinfo.after_header;
|
|
|
|
- begin
|
|
|
|
- end;
|
|
|
|
-
|
|
|
|
procedure tprocinfo.after_pass1;
|
|
procedure tprocinfo.after_pass1;
|
|
begin
|
|
begin
|
|
end;
|
|
end;
|
|
@@ -674,7 +666,10 @@ begin
|
|
end.
|
|
end.
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.42 2003-04-25 20:59:33 peter
|
|
|
|
|
|
+ Revision 1.43 2003-04-26 00:31:42 peter
|
|
|
|
+ * set return_offset moved to after_header
|
|
|
|
+
|
|
|
|
+ Revision 1.42 2003/04/25 20:59:33 peter
|
|
* removed funcretn,funcretsym, function result is now in varsym
|
|
* removed funcretn,funcretsym, function result is now in varsym
|
|
and aliases for result and function name are added using absolutesym
|
|
and aliases for result and function name are added using absolutesym
|
|
* vs_hidden parameter for funcret passed in parameter
|
|
* vs_hidden parameter for funcret passed in parameter
|