mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-27 01:31:21 +00:00
Slight typo squash for lscbx
This commit is contained in:
parent
1b7ff084ab
commit
647ae456e5
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user