mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 15:10:25 +02:00
* Removed unused tlocation.registers[].
This commit is contained in:
parent
dcb1fcd9b8
commit
66b7ed45fd
@ -168,9 +168,6 @@ unit cgutils;
|
||||
{ overlay a 64 Bit register type }
|
||||
2 : (register64 : tregister64);
|
||||
{$endif cpu64bitalu and not cpuhighleveltarget}
|
||||
{$ifdef cpu8bitalu}
|
||||
3 : (registers : array[0..3] of tregister);
|
||||
{$endif cpu8bitalu}
|
||||
);
|
||||
LOC_SUBSETREG,
|
||||
LOC_CSUBSETREG : (
|
||||
|
Loading…
Reference in New Issue
Block a user