Re: [PATCH 09/33] target/mips: Introduce generic TRANS_CHECK() for decodetree helpers

2021-10-23 Thread Richard Henderson
On 10/23/21 2:47 PM, Philippe Mathieu-Daudé wrote: Similar to the TRANS() macro introduced in commit fb3164e412d, introduce TRANS_CHECK() which takes a boolean expression as argument. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 9 + 1 file changed, 9 inser

[PATCH 09/33] target/mips: Introduce generic TRANS_CHECK() for decodetree helpers

2021-10-23 Thread Philippe Mathieu-Daudé
Similar to the TRANS() macro introduced in commit fb3164e412d, introduce TRANS_CHECK() which takes a boolean expression as argument. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 9 + 1 file changed, 9 insertions(+) diff --git a/target/mips/tcg/translate.h b/ta