mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2026-02-07 14:26:38 +00:00
Fixing _start routine for ARM Linux targets (non-musl builds).
This commit is contained in:
parent
fb6bdd151a
commit
988288c9e4
@ -68,6 +68,8 @@
|
||||
: "r0", "r1", "r2", "r3", "r7", "r9", "memory");
|
||||
|
||||
#define _START \
|
||||
ldr r0, [sp, #0]; \
|
||||
add r1, sp, #4; \
|
||||
bl main; \
|
||||
\
|
||||
bl __exit; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user