diff options
author | red031000 <rubenru09@aol.com> | 2020-09-18 00:51:01 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-09-18 00:51:01 +0100 |
commit | 52dab146835fc519e8a01de393e82950641f2c0d (patch) | |
tree | c7a8685104e8e4479500622245a4a23804eb1a54 /asm/SDK/OS/OSExec.s | |
parent | ddd6dc5085f4cd1cbbeae3b169ed95b877784b86 (diff) |
split libstdc++ __mem
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 db9f0ec..385df30 100644 --- a/asm/SDK/OS/OSExec.s +++ b/asm/SDK/OS/OSExec.s @@ -14,7 +14,7 @@ PackArgs: /* 8026BB5C 002677BC 7C 7E 1B 78 */ mr r30, r3 /* 8026BB60 002677C0 38 80 00 00 */ li r4, 0 /* 8026BB64 002677C4 38 A0 20 00 */ li r5, 0x2000 -/* 8026BB68 002677C8 4B D9 85 9D */ bl func_80004104 +/* 8026BB68 002677C8 4B D9 85 9D */ bl memset /* 8026BB6C 002677CC 2C 19 00 00 */ cmpwi r25, 0 /* 8026BB70 002677D0 40 82 00 10 */ bne lbl_8026BB80 /* 8026BB74 002677D4 38 00 00 00 */ li r0, 0 |