mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 21:19:26 +02:00
+ added first_ and last_imreg
This commit is contained in:
parent
135d014765
commit
253df05727
@ -235,6 +235,9 @@ uses
|
|||||||
|
|
||||||
first_supreg = $00;
|
first_supreg = $00;
|
||||||
last_supreg = $20;
|
last_supreg = $20;
|
||||||
|
{Number of first and last imaginary register.}
|
||||||
|
first_imreg = $21;
|
||||||
|
last_imreg = $ff;
|
||||||
|
|
||||||
{Subregisters, situation unknown!!.}
|
{Subregisters, situation unknown!!.}
|
||||||
R_SUBWHOLE=$00;
|
R_SUBWHOLE=$00;
|
||||||
@ -876,7 +879,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.46 2003-03-19 14:26:26 jonas
|
Revision 1.47 2003-04-22 11:27:48 florian
|
||||||
|
+ added first_ and last_imreg
|
||||||
|
|
||||||
|
Revision 1.46 2003/03/19 14:26:26 jonas
|
||||||
* fixed R_TOC bugs introduced by new register allocator conversion
|
* fixed R_TOC bugs introduced by new register allocator conversion
|
||||||
|
|
||||||
Revision 1.45 2003/03/11 21:46:24 jonas
|
Revision 1.45 2003/03/11 21:46:24 jonas
|
||||||
|
Loading…
Reference in New Issue
Block a user