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:
antonino 2024-10-01 02:21:02 -04:00 committed by Marge Bot
parent 0e6aaab00a
commit 16815b5900

View file

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