Re: [PATCH v2 32/76] target/microblaze: Remove empty D macros

2020-08-31 Thread Philippe Mathieu-Daudé
Le ven. 28 août 2020 16:32, Richard Henderson a écrit : > This is never used in op_helper.c and translate.c. There are > two trivial uses in helper.c which can be improved by always > logging MMU_EXCP to CPU_LOG_INT. > > Signed-off-by: Richard Henderson > Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 32/76] target/microblaze: Remove empty D macros

2020-08-28 Thread Richard Henderson
This is never used in op_helper.c and translate.c. There are two trivial uses in helper.c which can be improved by always logging MMU_EXCP to CPU_LOG_INT. Signed-off-by: Richard Henderson --- target/microblaze/helper.c| 11 --- target/microblaze/op_helper.c | 2 -- target/microblaz