On 1/29/22 01:56, Philipp Tomsich wrote:
The Zb[abcs] support code still uses the RISCV_CPU macros to access
the configuration information (i.e., check whether an extension is
available/enabled).  Now that we provide this information directly
from DisasContext, we can access this directly via the cfg_ptr field.

Signed-off-by: Philipp Tomsich<philipp.toms...@vrull.eu>
Suggested-by: Richard Henderson<richard.hender...@linaro.org>

---

Changes in v3:
- (new patch) change Zb[abcs] implementation to use cfg_ptr (copied
   into DisasContext) instead of going throuhg RISCV_CPU

  target/riscv/insn_trans/trans_rvb.c.inc | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to