On 12/17/25 6:31 AM, Philippe Mathieu-Daudé wrote:
stl_phys_notdirty() is supposed to do an optimized CODE path store. Here we update the page table via the DATA path, so can use the normal stl_phys() helper.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/sparc/mmu_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
