On 6/15/22 16:19, Lucas Coutinho wrote:
From: Matheus Ferst <matheus.fe...@eldorado.org.br> GEN_PRIV and related CHK_* macros just assumed that variable named "ctx" would be in scope when they are used, and that it would be a pointer to DisasContext. Change these macros to receive the pointer explicitly. Signed-off-by: Matheus Ferst <matheus.fe...@eldorado.org.br> Signed-off-by: Lucas Coutinho <lucas.couti...@eldorado.org.br> ---
Reviewed-by: Leandro Lupori <leandro.lup...@eldorado.org.br> Thanks, Leandro