readability improvement

r30 will always equal r11 after calling CallsprintfINImod
so r11 shouldn't leave that function
This commit is contained in:
intra0 2024-12-22 14:46:20 -06:00 committed by GitHub
parent c35711e3ca
commit 5534c05f75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -415,11 +415,11 @@ lis r19, 0x202C
ori r19, r19, 0x2000
lbzu r3, 1(r21)
bl CallsprintfINImod
stw r19, 0(r11)
stw r19, 0(r30)
addi r30, r30, 3
lbz r3, 0(r21)
bl CallsprintfINImod
stw r19, 0(r11)
stw r19, 0(r30)
addi r30, r30, 3
lbz r3, 0(r21)
bl CallsprintfINImod