]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Use MMU translation debug function.
authorToni Wilen <twilen@winuae.net>
Sun, 18 Oct 2020 13:00:49 +0000 (16:00 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 18 Oct 2020 13:00:49 +0000 (16:00 +0300)
debug.cpp

index d8fcf9fc13fc6412e4049bb25113f46e85fdb96f..f6ecd75968657dad8a4b92e8e655bb3b94d2aef2 100644 (file)
--- a/debug.cpp
+++ b/debug.cpp
@@ -4242,7 +4242,7 @@ static uaecptr get_base (const uae_char *name, int offset)
                if (!b || !b->check (v2, 20))
                        goto fail;
                if ((b->flags & ABFLAG_ROM) || (b->flags & ABFLAG_RAM) || (b->flags & ABFLAG_ROMIN)) {
-                       p = b->xlateaddr (v2);
+                       p = get_real_address_debug(v2);
                        if (!memcmp (p, name, strlen (name) + 1))
                                return v;
                }