mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-0 added boolean yes/no to language_common.rxg spec which was being
used for unvalidated use cases.
This commit is contained in:
parent
067fd41b62
commit
d89764d9bb
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
<choice>
|
||||
<value type="string">true</value>
|
||||
<value type="string">false</value>
|
||||
<value type="string">yes</value>
|
||||
<value type="string">no</value>
|
||||
<value type="string">1</value>
|
||||
<value type="string">0</value>
|
||||
</choice>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue