r65c19: Fix BAR masking logic (nw)

This commit is contained in:
AJR 2019-12-04 17:40:46 -05:00
parent 12684d33ee
commit f852af6cb8

View File

@ -66,7 +66,7 @@ bar_amr
TMP2 = read(TMP);
TMP = read_pc_noinc();
read_pc();
TMP2 &= ~TMP;
TMP2 = ~TMP2 & TMP;
TMP = read_pc();
if(TMP2 != 0) {
read_pc_noinc();