mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* corrected volatile registers for avr
git-svn-id: branches/avr@17039 -
This commit is contained in:
parent
7b9276ae8a
commit
dc0638c4d2
@ -121,7 +121,7 @@ unit cpubase;
|
||||
{$i ravrdwa.inc}
|
||||
);
|
||||
{ registers which may be destroyed by calls }
|
||||
VOLATILE_INTREGISTERS = [RS_R18..RS_R27,RS_R30..RS_R31];
|
||||
VOLATILE_INTREGISTERS = [RS_R0,RS_R1,RS_R8..RS_R27,RS_R30,RS_R31];
|
||||
VOLATILE_FPUREGISTERS = [];
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user