Re: [PATCH 1/3] target/tricore: Replace magic value by MMU_DATA_LOAD definition

2021-02-10 Thread Bastian Koppelmann
On Wed, Jan 27, 2021 at 11:42:53PM +0100, Philippe Mathieu-Daudé wrote: > cpu_get_phys_page_debug() uses 'DATA LOAD' MMU access type. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/tricore/helper.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Bastian Koppelma

[PATCH 1/3] target/tricore: Replace magic value by MMU_DATA_LOAD definition

2021-01-27 Thread Philippe Mathieu-Daudé
cpu_get_phys_page_debug() uses 'DATA LOAD' MMU access type. Signed-off-by: Philippe Mathieu-Daudé --- target/tricore/helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/tricore/helper.c b/target/tricore/helper.c index 77152932630..81171db833b 100644 --- a/target