mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
pan/genxml: fix SET_EXCEPTION_HANDLER instruction definition
Signed-off-by: antonino <antonino.maniscalco@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31174>
This commit is contained in:
parent
0e6aaab00a
commit
16815b5900
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@
|
|||
<struct name="CS SET_EXCEPTION_HANDLER" size="2">
|
||||
<field name="Exception type" size="8" start="0" type="CS Exception type"/>
|
||||
<field name="Length" size="8" start="32" type="uint"/>
|
||||
<field name="Address" 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"/>
|
||||
</struct>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue