mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:06:14 +02:00
- InternalError removed from TSparcCallNode.push_framepointer as it is called by common coplier code.
This commit is contained in:
parent
c475df7735
commit
04e19cce0d
@ -56,14 +56,16 @@ function TSparcCallNode.pass_1:TNode;
|
|||||||
end;
|
end;
|
||||||
procedure TSparcCallNode.push_framepointer;
|
procedure TSparcCallNode.push_framepointer;
|
||||||
begin
|
begin
|
||||||
InternalError(2002101000);
|
|
||||||
end;
|
end;
|
||||||
begin
|
begin
|
||||||
ccallnode:=TSparcCallNode;
|
ccallnode:=TSparcCallNode;
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.10 2003-04-27 11:21:36 peter
|
Revision 1.11 2003-04-28 09:49:58 mazen
|
||||||
|
- InternalError removed from TSparcCallNode.push_framepointer as it is called by common coplier code.
|
||||||
|
|
||||||
|
Revision 1.10 2003/04/27 11:21:36 peter
|
||||||
* aktprocdef renamed to current_procdef
|
* aktprocdef renamed to current_procdef
|
||||||
* procinfo renamed to current_procinfo
|
* procinfo renamed to current_procinfo
|
||||||
* procinfo will now be stored in current_module so it can be
|
* procinfo will now be stored in current_module so it can be
|
||||||
|
Loading…
Reference in New Issue
Block a user