mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-05 12:58:14 +02:00
pan/genxml: consistently set default
Most of the XML files does this, so let's do the same here. This shouldn't matter in practice, as we always set the field anyway. Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41721>
This commit is contained in:
parent
38621ed598
commit
5e6dd71658
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@
|
|||
</struct>
|
||||
|
||||
<struct name="CS SET_EXCEPTION_HANDLER" size="2">
|
||||
<field name="Exception Type" size="8" start="0" type="CS Exception Type"/>
|
||||
<field name="Exception Type" size="8" start="0" type="CS Exception Type" default="Tiler OOM"/>
|
||||
<field name="Length" size="8" start="32" type="uint"/>
|
||||
<field name="Address" size="8" start="40" type="uint"/>
|
||||
<field name="Opcode" size="8" start="56" type="CS Opcode" default="SET_EXCEPTION_HANDLER"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue