Home
last modified time | relevance | path

Searched refs:jmp_env (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c567 static jmp_buf jmp_env; variable
575 longjmp(jmp_env, 1); in ir3_assert_handler()
582 if (setjmp(jmp_env) == 0) { \