diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-14 13:43:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 13:43:45 -0400 |
commit | dc9abb9c6b7b67d83299a72e2663d9188b316033 (patch) | |
tree | 391698bc6632c28703a23a0fc422739461ed31e1 /asm/SDK/NHTTP/NHTTP_os_RVL.s | |
parent | 483227d77a6f6a45d44d1c1717cfb624b0f4d342 (diff) | |
parent | b7e191774fcc03c4bcd82a74dd6555e522fea8aa (diff) |
Merge pull request #142 from mparisi20/master
split db_assert and db_console, label OSReport and OSVReport, and label the rest of text_10_2
Diffstat (limited to 'asm/SDK/NHTTP/NHTTP_os_RVL.s')
-rw-r--r-- | asm/SDK/NHTTP/NHTTP_os_RVL.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/NHTTP/NHTTP_os_RVL.s b/asm/SDK/NHTTP/NHTTP_os_RVL.s index d3886c4..06f6ffb 100644 --- a/asm/SDK/NHTTP/NHTTP_os_RVL.s +++ b/asm/SDK/NHTTP/NHTTP_os_RVL.s @@ -150,7 +150,7 @@ lbl_802F85B4: /* 802F85B4 002F4214 38 7F 00 1C */ addi r3, r31, 0x1c
/* 802F85B8 002F4218 38 9F 00 00 */ addi r4, r31, 0
/* 802F85BC 002F421C 4C C6 31 82 */ crclr 6
-/* 802F85C0 002F4220 4B D0 F5 05 */ bl func_80007AC4
+/* 802F85C0 002F4220 4B D0 F5 05 */ bl OSReport
/* 802F85C4 002F4224 38 7F 00 30 */ addi r3, r31, 0x30
/* 802F85C8 002F4228 38 80 00 DF */ li r4, 0xdf
/* 802F85CC 002F422C 38 AD 8C 10 */ addi r5, r13, lbl_8063DED0-_SDA_BASE_
|