mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 14:08:09 +02:00
trying harder to commit compilable code (manual merge fail)
git-svn-id: trunk@25764 -
This commit is contained in:
parent
c51c75936b
commit
97864d7cbd
@ -308,7 +308,7 @@ unit cpubase;
|
||||
GCC source.
|
||||
}
|
||||
saved_standard_registers : array[0..5] of tsuperregister = (RS_D2,RS_D3,RS_D4,RS_D5,RS_D6,RS_D7);
|
||||
saved_address_registers : array[0..3] of tsuperregister = (RS_A2,RS_A3,RS_A4,RS_A5,RS_A6);
|
||||
saved_address_registers : array[0..4] of tsuperregister = (RS_A2,RS_A3,RS_A4,RS_A5,RS_A6);
|
||||
|
||||
{ this is only for the generic code which is not used for this architecture }
|
||||
saved_mm_registers : array[0..0] of tsuperregister = (RS_INVALID);
|
||||
|
Loading…
Reference in New Issue
Block a user