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/DB | |
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/DB')
-rw-r--r-- | asm/SDK/DB/db.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/DB/db.s b/asm/SDK/DB/db.s index 77e9dd3..02d94f0 100644 --- a/asm/SDK/DB/db.s +++ b/asm/SDK/DB/db.s @@ -37,7 +37,7 @@ __DBExceptionDestinationAux: /* 802773F0 00273050 80 80 00 C0 */ lwz r4, 0xc0(0)
/* 802773F4 00273054 3F E4 80 00 */ addis r31, r4, 0x8000
/* 802773F8 00273058 4C C6 31 82 */ crclr 6
-/* 802773FC 0027305C 4B D9 06 C9 */ bl func_80007AC4
+/* 802773FC 0027305C 4B D9 06 C9 */ bl OSReport
/* 80277400 00273060 7F E3 FB 78 */ mr r3, r31
/* 80277404 00273064 4B FF 3D 6D */ bl OSDumpContext
/* 80277408 00273068 4B FF 0E 61 */ bl PPCHalt
|