mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-09 21:49:23 +01:00
370eeb28e9
I was getting issues with __volatile__ for unknown reason, so moving this to a dedicated file sidesteps the issue entirely and passes this straight to GAS.
11 lines
239 B
ArmAsm
11 lines
239 B
ArmAsm
.section .text.__wrap___gxx_personality_v0,"ax",@progbits
|
|
.align 2
|
|
|
|
.globl __wrap___gxx_personality_v0
|
|
.type __wrap___gxx_personality_v0, @function
|
|
|
|
__wrap___gxx_personality_v0:
|
|
.cfi_startproc
|
|
b __real___gxx_personality_v0
|
|
.cfi_endproc
|