Slight typo squash for lscbx

This commit is contained in:
dingusdev 2022-11-12 20:18:33 -07:00
parent 1b7ff084ab
commit 647ae456e5

View File

@ -160,7 +160,7 @@ void dppc_interpreter::power_lscbx() {
bitmask = 0xFF000000;
shift_amount = 24;
} else {
bitmask >> 8;
bitmask >>= 8;
shift_amount -= 8;
}
ppc_effective_address++;