Files
Ciro Santilli 六四事件 法轮功 05a07fc0a8 baremetal: make entry point _start instead of lkmc_start
I forgot why I did that. Let's try and see it blow up.
2020-03-26 00:00:00 +00:00

9 lines
88 B
ArmAsm

/* Test _exit. */
#include <lkmc.h>
.global _start
_start:
mov x0, 0
bl _exit