mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 17:48:01 +02:00
* compilation fixed
git-svn-id: trunk@43981 -
This commit is contained in:
parent
2266804e4d
commit
4b4e316af0
@ -12,10 +12,11 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
in_avr_cli = fpc_in_cpu_first,
|
||||
in_avr_sei = fpc_in_cpu_first+1,
|
||||
in_avr_wdr = fpc_in_cpu_first+2,
|
||||
in_avr_sleep = fpc_in_cpu_first+3,
|
||||
in_avr_nop = fpc_in_cpu_first+4,
|
||||
in_avr_save = fpc_in_cpu_first+5,
|
||||
in_avr_restore = fpc_in_cpu_first+6
|
||||
in_avr_cli = in_cpu_first,
|
||||
in_avr_sei = in_cpu_first+1,
|
||||
in_avr_wdr = in_cpu_first+2,
|
||||
in_avr_sleep = in_cpu_first+3,
|
||||
in_avr_nop = in_cpu_first+4,
|
||||
in_avr_save = in_cpu_first+5,
|
||||
in_avr_restore = in_cpu_first+6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user