mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 11:29:27 +02:00
* Additional changes
This commit is contained in:
parent
d8e93dd9fd
commit
c474f11a46
@ -135,8 +135,13 @@ Type
|
|||||||
end;
|
end;
|
||||||
PReference = ^TReference;
|
PReference = ^TReference;
|
||||||
|
|
||||||
tloc = (LOC_INVALID,LOC_REGISTER,LOC_MEM,LOC_REFERENCE,LOC_JUMP,
|
tloc = (LOC_INVALID,
|
||||||
LOC_FLAGS,LOC_CREGISTER,LOC_CONST);
|
LOC_REGISTER,
|
||||||
|
LOC_MEM,
|
||||||
|
LOC_REFERENCE,
|
||||||
|
LOC_JUMP,
|
||||||
|
LOC_CREGISTER,
|
||||||
|
LOC_CONST);
|
||||||
|
|
||||||
tlocation = record
|
tlocation = record
|
||||||
case loc : tloc of
|
case loc : tloc of
|
||||||
@ -214,7 +219,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 1999-08-03 00:35:54 michael
|
Revision 1.4 1999-08-03 15:52:40 michael
|
||||||
|
* Additional changes
|
||||||
|
|
||||||
|
Revision 1.3 1999/08/03 00:35:54 michael
|
||||||
+ Added varregs
|
+ Added varregs
|
||||||
|
|
||||||
Revision 1.2 1999/08/02 17:16:44 michael
|
Revision 1.2 1999/08/02 17:16:44 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user