mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2578 Display volatile reads/writes as simple assignments
This commit is contained in:
parent
7e24c986ad
commit
072d8fa08f
22 changed files with 221 additions and 65 deletions
|
@ -72,6 +72,10 @@
|
|||
<element name="volatile">
|
||||
<attribute name="inputop"/>
|
||||
<attribute name="outputop"/>
|
||||
<optional>
|
||||
<attribute name="format"/>
|
||||
<!-- format="functional" forces functional operator synxtax-->
|
||||
</optional>
|
||||
<oneOrMore>
|
||||
<ref name="memory_tags_type"/>
|
||||
</oneOrMore>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue