diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-17 20:51:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 20:51:45 -0400 |
commit | ba1f2d9cb6e591f3017b80d958cd384cbe4d9c4e (patch) | |
tree | c7a8685104e8e4479500622245a4a23804eb1a54 /asm/SDK/OS/OSCache.s | |
parent | 198be57aa4c939285a31d9f148adf7e2de290dc1 (diff) | |
parent | 52dab146835fc519e8a01de393e82950641f2c0d (diff) |
Merge pull request #47 from red031000/master
split OSError, OSExec and __mem
Diffstat (limited to 'asm/SDK/OS/OSCache.s')
-rw-r--r-- | asm/SDK/OS/OSCache.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/OS/OSCache.s b/asm/SDK/OS/OSCache.s index 532020b..93a194b 100644 --- a/asm/SDK/OS/OSCache.s +++ b/asm/SDK/OS/OSCache.s @@ -455,7 +455,7 @@ lbl_8026ABE0: /* 8026ABE0 00266840 3C 80 80 27 */ lis r4, DMAErrorHandler@ha /* 8026ABE4 00266844 38 60 00 01 */ li r3, 1 /* 8026ABE8 00266848 38 84 A9 94 */ addi r4, r4, DMAErrorHandler@l -/* 8026ABEC 0026684C 48 00 09 DD */ bl func_8026B5C8 +/* 8026ABEC 0026684C 48 00 09 DD */ bl OSSetErrorHandler /* 8026ABF0 00266850 38 7F 02 04 */ addi r3, r31, 0x204 /* 8026ABF4 00266854 4C C6 31 82 */ crclr 6 /* 8026ABF8 00266858 48 00 C8 51 */ bl func_80277448 |