2.6.2.10 Fixed: Off-by-one when pretty printing 'B' of all bytes treated as data.
This commit is contained in:
parent
476dbbfaa0
commit
4c2c09178d
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Update_t CmdDisasmDataList (int nArgs)
|
|||
, pData->nStartAddress
|
||||
, CHC_ARG_SEP
|
||||
, CHC_ADDRESS
|
||||
, pData->nEndAddress
|
||||
, pData->nEndAddress - 1
|
||||
);
|
||||
ConsolePrint( sText );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue