Re: [PATCH] target/tricore/helper: Use correct string format in cpu_tlb_fill()

2024-03-26 Thread Philippe Mathieu-Daudé
On 19/3/24 06:14, Philippe Mathieu-Daudé wrote: 'address' got converted from target_ulong to vaddr in commit 68d6eee73c ("target/tricore: Convert to CPUClass::tlb_fill"). Use the corresponding format string to avoid casting. Signed-off-by: Philippe Mathieu-Daudé --- target/tricore/helper.c |

Re: [PATCH] target/tricore/helper: Use correct string format in cpu_tlb_fill()

2024-03-24 Thread Bastian Koppelmann
On Tue, Mar 19, 2024 at 06:14:13AM +0100, Philippe Mathieu-Daudé wrote: > 'address' got converted from target_ulong to vaddr in commit > 68d6eee73c ("target/tricore: Convert to CPUClass::tlb_fill"). > Use the corresponding format string to avoid casting. > > Signed-off-by: Philippe Mathieu-Daudé

Re: [PATCH] target/tricore/helper: Use correct string format in cpu_tlb_fill()

2024-03-19 Thread Richard Henderson
On 3/18/24 19:14, Philippe Mathieu-Daudé wrote: 'address' got converted from target_ulong to vaddr in commit 68d6eee73c ("target/tricore: Convert to CPUClass::tlb_fill"). Use the corresponding format string to avoid casting. Signed-off-by: Philippe Mathieu-Daudé --- target/tricore/helper.c | 4

Re: [PATCH] target/tricore/helper: Use correct string format in cpu_tlb_fill()

2024-03-18 Thread Philippe Mathieu-Daudé
+Anton On 19/3/24 06:14, Philippe Mathieu-Daudé wrote: 'address' got converted from target_ulong to vaddr in commit 68d6eee73c ("target/tricore: Convert to CPUClass::tlb_fill"). Use the corresponding format string to avoid casting. Signed-off-by: Philippe Mathieu-Daudé --- target/tricore/hel

[PATCH] target/tricore/helper: Use correct string format in cpu_tlb_fill()

2024-03-18 Thread Philippe Mathieu-Daudé
'address' got converted from target_ulong to vaddr in commit 68d6eee73c ("target/tricore: Convert to CPUClass::tlb_fill"). Use the corresponding format string to avoid casting. Signed-off-by: Philippe Mathieu-Daudé --- target/tricore/helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion