Merge branch 'artemisbot-bugs/disassembler-fix'

This commit is contained in:
n1474335 2019-03-11 13:31:26 +00:00
commit 80bdf7410b
1 changed files with 1 additions and 1 deletions

View File

@ -3609,7 +3609,7 @@ function NextByte()
{
//Add the current byte as hex to InstructionHex which will be displayed beside the decoded instruction.
//After an instruction decodes InstructionHex is only added beside the instruction if ShowInstructionHex is active.
var t;
if ( CodePos < BinCode.length ) //If not out of bounds.
{
//Convert current byte to String, and pad.