]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Disassembler BT->BRA fix
authorToni Wilen <twilen@winuae.net>
Mon, 27 Sep 2021 14:57:58 +0000 (17:57 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 27 Sep 2021 14:57:58 +0000 (17:57 +0300)
disasm.cpp

index 6dc305d99ae8ec5b1b053ac18419889fe2e2bdbe..41073902f6b344548e60122c7075b26ee970ad75 100644 (file)
@@ -1959,7 +1959,7 @@ uae_u32 m68k_disasm_2(TCHAR *buf, int bufsize, uaecptr pc, uae_u16 *bufpc, int b
                        } else {
                                _tcsncpy(ccpt, ccnames[dp->cc], 2);
                                if (dp->cc == 0) {
-                                       _tcscpy(ccpt, _T("BRA"));
+                                       _tcscpy(ccpt, _T("RA")); // BT -> BRA
                                }
                        }
                }