GP-0 added boolean yes/no to language_common.rxg spec which was being

used for unvalidated use cases.
This commit is contained in:
ghidra1 2022-03-30 17:00:29 -04:00
parent 067fd41b62
commit d89764d9bb

View File

@ -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>