mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-12-03 19:10:47 +00:00
9 lines
280 B
ArmAsm
9 lines
280 B
ArmAsm
.include "macros.inc"
|
|
.section .dtors, "wa" # 0x804732C0 - 0x804732E0
|
|
.global __destroy_global_chain_reference
|
|
__destroy_global_chain_reference:
|
|
.4byte __destroy_global_chain
|
|
.global __fini_cpp_exceptions_reference
|
|
__fini_cpp_exceptions_reference:
|
|
.4byte __fini_cpp_exceptions
|