freedreno/ir3: Fix compiler warning from the setjmp fails path.
authorEric Anholt <eric@anholt.net>
Fri, 14 Aug 2020 18:56:18 +0000 (11:56 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 19 Aug 2020 16:56:13 +0000 (16:56 +0000)
commit803ec06b1b3455cb320e69ae34673be12aef01ec
treedacd98278366c87fd92bc995a720d322599d74b4
parentc1a6e345739b83cc0ae386f455246caee3e06ffe
freedreno/ir3: Fix compiler warning from the setjmp fails path.

The TRY() macro doesn't call the contents if we fail to set up
setjmp/longjmp.

Fixes: 3d6e4a201af0 ("freedreno/decode: try harder to not crash in disasm")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6323>
src/freedreno/ir3/disasm-a3xx.c