fix disassembly for Bxx.L

This commit is contained in:
Kelvin Sherlock 2015-01-07 19:09:01 -05:00
parent 6aaadb8861
commit ff9a0aad3e
1 changed files with 1 additions and 0 deletions

View File

@ -758,6 +758,7 @@ static ULO cpuDisBcc(ULO prc, UWO opc, STR *sdata, STR *sinstruction, STR *soper
disp2 = memoryReadLong(prc);
cpuDisLongAppend(disp2, sdata);
adr = prc + disp2;
prc += 2;
}
else
{