diff options
author | red031000 <rubenru09@aol.com> | 2020-09-20 17:51:32 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-09-20 17:58:50 +0100 |
commit | 8520315fb90236d8481639c07aa2396bcba9cce0 (patch) | |
tree | 69aee0829ec328bd7fdd05ecc61791c8cc128991 /asm/ghttpEncryption.s | |
parent | f4a3b2af4ed0af3ad14dc49f580f9f6386dedc3a (diff) |
name savegpr funcs
Diffstat (limited to 'asm/ghttpEncryption.s')
-rw-r--r-- | asm/ghttpEncryption.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/ghttpEncryption.s b/asm/ghttpEncryption.s index 1f42dfc..20e2fa3 100644 --- a/asm/ghttpEncryption.s +++ b/asm/ghttpEncryption.s @@ -614,7 +614,7 @@ ghttpEncryptorSslEncryptFunc: /* 80352780 0034E3E0 7C 08 02 A6 */ mflr r0
/* 80352784 0034E3E4 90 01 00 94 */ stw r0, 0x94(r1)
/* 80352788 0034E3E8 39 61 00 90 */ addi r11, r1, 0x90
-/* 8035278C 0034E3EC 4B E7 49 99 */ bl func_801C7124
+/* 8035278C 0034E3EC 4B E7 49 99 */ bl _savegpr_26
/* 80352790 0034E3F0 2C 04 00 00 */ cmpwi r4, 0
/* 80352794 0034E3F4 7C BA 2B 78 */ mr r26, r5
/* 80352798 0034E3F8 7C DD 33 78 */ mr r29, r6
@@ -761,7 +761,7 @@ ghttpEncryptorSslDecryptFunc: /* 8035299C 0034E5FC 7C 08 02 A6 */ mflr r0
/* 803529A0 0034E600 90 01 00 64 */ stw r0, 0x64(r1)
/* 803529A4 0034E604 39 61 00 60 */ addi r11, r1, 0x60
-/* 803529A8 0034E608 4B E7 47 65 */ bl func_801C710C
+/* 803529A8 0034E608 4B E7 47 65 */ bl _savegpr_20
/* 803529AC 0034E60C 2C 04 00 00 */ cmpwi r4, 0
/* 803529B0 0034E610 7C 75 1B 78 */ mr r21, r3
/* 803529B4 0034E614 7C 96 23 78 */ mr r22, r4
|