diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-18 12:59:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 12:59:05 -0400 |
commit | c5a9c461f9eb4485adcb943efb678566653000f2 (patch) | |
tree | d5904b4bb9e4d2dfdbc62c6e7c84388a768c981a /asm/SDK/OS | |
parent | 653e5621c97b149ffcdef362ae7dacc0b4f49d3e (diff) | |
parent | 49b37be36230d72fd97a48cb1fdfaf315330675d (diff) |
Merge pull request #50 from red031000/master
actually split the correct strlen
Diffstat (limited to 'asm/SDK/OS')
-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 385df30..7e3d49a 100644 --- a/asm/SDK/OS/OSExec.s +++ b/asm/SDK/OS/OSExec.s @@ -29,7 +29,7 @@ lbl_8026BB80: lbl_8026BB94: /* 8026BB94 002677F4 83 7C 00 00 */ lwz r27, 0(r28) /* 8026BB98 002677F8 7F 63 DB 78 */ mr r3, r27 -/* 8026BB9C 002677FC 4B F5 AF C9 */ bl func_801C6B64 +/* 8026BB9C 002677FC 4B F5 AF C9 */ bl strlen /* 8026BBA0 00267800 38 03 00 01 */ addi r0, r3, 1 /* 8026BBA4 00267804 7F 64 DB 78 */ mr r4, r27 /* 8026BBA8 00267808 7F 40 D0 50 */ subf r26, r0, r26 |