Bug #227 2.8.0.8 Fixed: Showing/hiding the address and/or opcodes will show long symbolic targets without overflowing into the register info pane

File: Debugger_Display.cpp
Func: DrawDisassemblyLine()
This commit is contained in:
michaelangel007
2014-12-11 10:00:02 -08:00
parent 608ed9d6c5
commit 03b43bf388
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define ALLOW_INPUT_LOWERCASE 1
// See /docs/Debugger_Changelog.txt for full details
const int DEBUGGER_VERSION = MAKE_VERSION(2,8,0,7);
const int DEBUGGER_VERSION = MAKE_VERSION(2,8,0,8);
// Public _________________________________________________________________________________________