mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 21:51:53 +01:00
fc3bfa64ed
This is just MEMGetSizeForMBlockExpHeap.
15 lines
138 B
ArmAsm
15 lines
138 B
ArmAsm
.extern main
|
|
.extern exit
|
|
.global _start
|
|
_start:
|
|
bl main
|
|
b exit
|
|
|
|
.global __wrap___eabi
|
|
__wrap___eabi:
|
|
blr
|
|
|
|
.global __init
|
|
__init:
|
|
blr
|