mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
define stack limit registers for armv8-m
This commit is contained in:
parent
68171d3302
commit
bb39e4398b
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@ define register offset=0x0200 size=4 [ cr0 cr1 cr2 cr3 cr4 cr5 cr6 cr7 cr8 cr9 c
|
||||||
|
|
||||||
@endif # SIMD
|
@endif # SIMD
|
||||||
|
|
||||||
|
@if defined(CORTEX)
|
||||||
|
define register offset=0x400 size=4 [ msplim psplim ];
|
||||||
|
@endif
|
||||||
|
|
||||||
# Define context bits
|
# Define context bits
|
||||||
# WARNING: when adjusting context keep compiler packing in mind
|
# WARNING: when adjusting context keep compiler packing in mind
|
||||||
# and make sure fields do not span a 32-bit boundary before or
|
# and make sure fields do not span a 32-bit boundary before or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue