mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-17 15:26:12 -05:00
better name for secondary interrupt flags
This commit is contained in:
parent
77666f6e53
commit
1d1f15dc9c
|
|
@ -16,7 +16,7 @@ __sp_svc = __sp_irq - 0x100;
|
|||
__sp_usr = __sp_svc - 0x100;
|
||||
|
||||
__irq_flags = 0x04000000 - 8;
|
||||
__irq_flags2 = 0x04000000 - 0x40;
|
||||
__irq_flagsaux = 0x04000000 - 0x40;
|
||||
__irq_vector = 0x04000000 - 4;
|
||||
|
||||
SECTIONS
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user