diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-02 15:34:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 15:34:00 -0400 |
commit | c5ffaf50e84d31f0fecdefc079e4703f1089ad01 (patch) | |
tree | 5e1dc31e1d64360e212af4cbc31cebd1d994eeee /asm/SDK/OS/OSContext.s | |
parent | d18a21eba36719851b3fa4c4b4d3eebe28422c71 (diff) | |
parent | b7248b32ca6f201379c13a2d269fc8b5ca1697d5 (diff) |
Merge pull request #116 from mparisi20/master
Split DB, EXI, SI, and VI libraries
Diffstat (limited to 'asm/SDK/OS/OSContext.s')
-rw-r--r-- | asm/SDK/OS/OSContext.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/OS/OSContext.s b/asm/SDK/OS/OSContext.s index 5279d5a..6d1f3e7 100644 --- a/asm/SDK/OS/OSContext.s +++ b/asm/SDK/OS/OSContext.s @@ -606,7 +606,7 @@ __OSContextInit: /* 8026B47C 002670DC 90 04 00 D8 */ stw r0, 0x800000D8@l(r4) /* 8026B480 002670E0 38 63 6E 50 */ addi r3, r3, lbl_80426E50@l /* 8026B484 002670E4 4C C6 31 82 */ crclr 6 -/* 8026B488 002670E8 48 00 BF C1 */ bl func_80277448 +/* 8026B488 002670E8 48 00 BF C1 */ bl DBPrintf /* 8026B48C 002670EC 80 01 00 14 */ lwz r0, 0x14(r1) /* 8026B490 002670F0 7C 08 03 A6 */ mtlr r0 /* 8026B494 002670F4 38 21 00 10 */ addi r1, r1, 0x10 |