]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix disassembler scale factor in brief extension mode.
authorToni Wilen <twilen@winuae.net>
Sun, 27 Jan 2019 08:41:54 +0000 (10:41 +0200)
committerToni Wilen <twilen@winuae.net>
Sun, 27 Jan 2019 08:41:54 +0000 (10:41 +0200)
newcpu.cpp

index 28c97b10f39e59f1d680c0db15306610121b5b49..870b441f1123ae4a6df3cc6f79fcbf75a5402aca 100644 (file)
@@ -2364,7 +2364,6 @@ static uaecptr ShowEA_disp(uaecptr *pcp, uaecptr base, TCHAR *buffer, const TCHA
                TCHAR regstr[20];
                uae_s8 disp8 = dp & 0xFF;
 
-               mult[0] = 0;
                regstr[0] = 0;
                _stprintf(regstr, _T(",%c%d.%c"), dp & 0x8000 ? 'A' : 'D', (int)r, dp & 0x800 ? 'L' : 'W');
                addr = base + (uae_s32)((uae_s8)disp8) + dispreg;