mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-20 04:31:44 +01:00
* portable constants
This commit is contained in:
parent
12a3b11cdb
commit
b2fd39bc94
@ -642,6 +642,9 @@ const
|
||||
maxfpuvarregs = 8;
|
||||
max_operands = 3;
|
||||
|
||||
maxintregs = maxvarregs;
|
||||
maxfpuregs = maxfpuvarregs;
|
||||
|
||||
function imm_2_type(l:longint):longint;
|
||||
|
||||
{ the following functions allow to convert registers }
|
||||
@ -923,7 +926,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2001-04-13 01:22:18 peter
|
||||
Revision 1.5 2001-05-18 23:01:13 peter
|
||||
* portable constants
|
||||
|
||||
Revision 1.4 2001/04/13 01:22:18 peter
|
||||
* symtable change to classes
|
||||
* range check generation and errors fixed, make cycle DEBUG=1 works
|
||||
* memory leaks fixed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user