prime/asm/dtors.s

11 lines
266 B
ArmAsm
Raw Normal View History

2022-03-23 21:22:48 +00:00
.include "macros.inc"
.section .dtors, "wa" # 0x803CB380 - 0x803CB3A0
2022-03-24 00:39:27 +00:00
.global __destroy_global_chain_reference
__destroy_global_chain_reference:
# ROM: 0x3C8380
.4byte __destroy_global_chain
.4byte __fini_cpp_exceptions
.4byte __destroy_global_chain
.4byte 0