]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix debugger message
authorToni Wilen <twilen@winuae.net>
Sun, 14 Sep 2025 09:30:45 +0000 (12:30 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 14 Sep 2025 09:30:45 +0000 (12:30 +0300)
debug.cpp

index e105fb18b120a81eae681269d0d872f8596f4677..7804961684b2afbbeffa6a6d5ffaad0e6e907c1e 100644 (file)
--- a/debug.cpp
+++ b/debug.cpp
@@ -5047,7 +5047,7 @@ static void writeintomem (TCHAR **c)
        }
 end:
        if (eaddr != 0xffffffff)
-               console_out_f(_T("Wrote data to %08x - %08x\n"), addrc, addr);
+               console_out_f(_T("Wrote data to %08x - %08x\n"), addrc, addr - 1);
 }
 
 static uae_u8 *dump_xlate (uae_u32 addr)