Debugger: 2.9.1.9 Fixed: Immediate #0 was showing '#' prefix but not showing zero for the signed decimal value. Changed to show the signed decimal value only if non zero.

This commit is contained in:
michaelangel007
2022-01-04 11:20:08 -08:00
parent 61d6ef58ee
commit 6b11e24a28
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,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,9,1,8);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,9);
// Public _________________________________________________________________________________________