diff options
author | red031000 <rubenru09@aol.com> | 2020-09-26 18:09:29 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-09-26 18:09:29 +0100 |
commit | efe9d4b208d54a6521ac276277693595a8c79cbf (patch) | |
tree | 85ee57bf7f83615f000a912fd6b026549a89dc41 /asm/SDK/OS/OSExec.s | |
parent | a2772ea7cf822fc4b7820909bf59daee5f347816 (diff) |
split runtime.o
Diffstat (limited to 'asm/SDK/OS/OSExec.s')
-rw-r--r-- | asm/SDK/OS/OSExec.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/OS/OSExec.s b/asm/SDK/OS/OSExec.s index 49b5eb2..99800ff 100644 --- a/asm/SDK/OS/OSExec.s +++ b/asm/SDK/OS/OSExec.s @@ -103,7 +103,7 @@ lbl_8026BC94: lbl_8026BCA4: /* 8026BCA4 00267904 39 61 00 30 */ addi r11, r1, 0x30 /* 8026BCA8 00267908 38 60 00 01 */ li r3, 1 -/* 8026BCAC 0026790C 4B F5 B4 C1 */ bl func_801C716C +/* 8026BCAC 0026790C 4B F5 B4 C1 */ bl _restgpr_25 /* 8026BCB0 00267910 80 01 00 34 */ lwz r0, 0x34(r1) /* 8026BCB4 00267914 7C 08 03 A6 */ mtlr r0 /* 8026BCB8 00267918 38 21 00 30 */ addi r1, r1, 0x30 |