diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-29 12:50:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 12:50:12 -0400 |
commit | bb28572125c45ec20f5fbf85120cd71fb2486bac (patch) | |
tree | 7847f3008d5208a45460af5805087f21b7613a4f /asm/libstdc++/__init_cpp_exceptions.s | |
parent | 1cc68edd6a6967c661579858ec0c1cf1d6d644d5 (diff) | |
parent | c285b7af502dfe463479cecfbb26313be3e5f5f4 (diff) |
Merge pull request #106 from mparisi20/master
Finish splitting nw4r::lyt and split more standard library modules
Diffstat (limited to 'asm/libstdc++/__init_cpp_exceptions.s')
-rw-r--r-- | asm/libstdc++/__init_cpp_exceptions.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/libstdc++/__init_cpp_exceptions.s b/asm/libstdc++/__init_cpp_exceptions.s index aa1fa2a..7e12b85 100644 --- a/asm/libstdc++/__init_cpp_exceptions.s +++ b/asm/libstdc++/__init_cpp_exceptions.s @@ -35,7 +35,7 @@ __fini_cpp_exceptions_tmp: #__fini_cpp_exceptions /* 801C7808 001C3468 80 6D 83 D8 */ lwz r3, lbl_8063D698-_SDA_BASE_(r13) /* 801C780C 001C346C 2C 03 FF FE */ cmpwi r3, -2 /* 801C7810 001C3470 41 82 00 10 */ beq lbl_801C7820 -/* 801C7814 001C3474 48 00 00 51 */ bl func_801C7864 +/* 801C7814 001C3474 48 00 00 51 */ bl __unregister_fragment /* 801C7818 001C3478 38 00 FF FE */ li r0, -2 /* 801C781C 001C347C 90 0D 83 D8 */ stw r0, lbl_8063D698-_SDA_BASE_(r13) lbl_801C7820: |