mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 13:42:06 +00:00
[AArch64] Make the system registers volatile.
Currently, reads and writes to system registers do not show up in the decompilation output. Fix this by marking them as volatile.
This commit is contained in:
parent
25894ff9ae
commit
96804c6c2c
@ -17,7 +17,7 @@
|
||||
</default_symbols>
|
||||
|
||||
<volatile outputop="cWrite" inputop="cRead">
|
||||
<range space="register" first="0x3000" last="0x3fff"/>
|
||||
<range space="register" first="0x1000" last="0x3fff"/>
|
||||
</volatile>
|
||||
|
||||
<register_data>
|
||||
|
Loading…
Reference in New Issue
Block a user