On 6/15/22 16:19, Lucas Coutinho wrote:
From: Matheus Ferst <[email protected]> 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 <[email protected]> Signed-off-by: Lucas Coutinho <[email protected]> ---
Reviewed-by: Leandro Lupori <[email protected]> Thanks, Leandro
