|
From: | Leandro Lupori |
Subject: | Re: [PATCH 01/11] target/ppc: receive DisasContext explicitly in GEN_PRIV |
Date: | Tue, 21 Jun 2022 13:38:37 -0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 |
On 6/15/22 16:19, Lucas Coutinho wrote:
From: Matheus Ferst <matheus.ferst@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.ferst@eldorado.org.br> Signed-off-by: Lucas Coutinho <lucas.coutinho@eldorado.org.br> ---
Reviewed-by: Leandro Lupori <leandro.lupori@eldorado.org.br> Thanks, Leandro
[Prev in Thread] | Current Thread | [Next in Thread] |