From: Toni Wilen Date: Sat, 28 Apr 2018 12:26:55 +0000 (+0300) Subject: Fix typos. X-Git-Tag: 4000~91 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=ff240e21df2dd2aa7b92747ffefa84c7931b6aea;p=francis%2Fwinuae.git Fix typos. --- diff --git a/newcpu.cpp b/newcpu.cpp index ed06e9be..6d84fee4 100644 --- a/newcpu.cpp +++ b/newcpu.cpp @@ -7704,7 +7704,7 @@ void m68k_disasm_2 (TCHAR *buf, int bufsize, uaecptr pc, uaecptr *nextpc, int cn } } // show target address if JSR x(pc) + JMP xxxx combination - if (opcode == 0x4eba && seaddr2 && instrname) { // JSR x(pc) + if (opcode == 0x4eba && seaddr2 && instrname[0]) { // JSR x(pc) resolve_if_jmp(instrname, seaddr2); } } @@ -7760,7 +7760,7 @@ void m68k_disasm_2 (TCHAR *buf, int bufsize, uaecptr pc, uaecptr *nextpc, int cn memcpy(symbolpos, segout, _tcslen(segout) * sizeof(TCHAR)); bufsize -= _tcslen(segout); buf += _tcslen(segout); - symbolpos += _tclen(segout); + symbolpos += _tcslen(segout); } } }