freedreno/decode: try harder to not crash in disasm
authorRob Clark <robdclark@chromium.org>
Mon, 10 Aug 2020 15:47:40 +0000 (08:47 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 11 Aug 2020 03:13:42 +0000 (03:13 +0000)
Move the handling for catching asserts when we start decoding garbage
into disasm-a3xx.  This way it can also cover other cases where cffdec
tries to disassemble memory, such as SP_xS_OBJ_START.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6242>


No differences found