mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 14:59:29 -04:00
fix change in git history
This commit is contained in:
parent
b89d52ae6a
commit
ef51d4875e
1 changed files with 2 additions and 3 deletions
|
@ -8,9 +8,8 @@ divw r4, r31, r4
|
|||
blr
|
||||
|
||||
_mult_or_divide:
|
||||
li r4, $multOrDivision
|
||||
cmpwi r4, 0
|
||||
bne _divide_dmg
|
||||
cmpwi r0, $multOrDivision
|
||||
bne- _divide_dmg
|
||||
mulli r4, r31, $mult
|
||||
blr
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue