mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 05:50:40 +01:00
* define avr => cpu8bitalu
git-svn-id: trunk@31673 -
This commit is contained in:
parent
40a5f97239
commit
5595651816
@ -141,9 +141,9 @@ unit cgutils;
|
||||
{ overlay a 64 Bit register type }
|
||||
2 : (register64 : tregister64);
|
||||
{$endif cpu64bitalu}
|
||||
{$ifdef avr}
|
||||
{$ifdef cpu8bitalu}
|
||||
3 : (registers : array[0..3] of tregister);
|
||||
{$endif avr}
|
||||
{$endif cpu8bitalu}
|
||||
);
|
||||
LOC_SUBSETREG,
|
||||
LOC_CSUBSETREG : (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user