mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 11:28:07 +02:00
* frame_pointer = stackpointer instead of R_NO
This commit is contained in:
parent
f3abe5e528
commit
5fae5888e2
@ -396,7 +396,7 @@ const
|
|||||||
{ generic register names }
|
{ generic register names }
|
||||||
stack_pointer = R_1;
|
stack_pointer = R_1;
|
||||||
R_RTOC = R_2;
|
R_RTOC = R_2;
|
||||||
frame_pointer = R_NO;
|
frame_pointer = stack_pointer;
|
||||||
self_pointer = R_9;
|
self_pointer = R_9;
|
||||||
accumulator = R_3;
|
accumulator = R_3;
|
||||||
vmt_offset_reg = R_0;
|
vmt_offset_reg = R_0;
|
||||||
@ -565,7 +565,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.12 2000-01-07 01:14:58 peter
|
Revision 1.13 2000-03-26 16:38:06 jonas
|
||||||
|
* frame_pointer = stackpointer instead of R_NO
|
||||||
|
|
||||||
|
Revision 1.12 2000/01/07 01:14:58 peter
|
||||||
* updated copyright to 2000
|
* updated copyright to 2000
|
||||||
|
|
||||||
Revision 1.11 1999/12/24 22:48:10 jonas
|
Revision 1.11 1999/12/24 22:48:10 jonas
|
||||||
|
Loading…
Reference in New Issue
Block a user