Enabled arm64 encoding
This commit is contained in:
parent
e3957fc318
commit
fee1b27bfe
9 changed files with 103 additions and 29 deletions
8
lib/core/core_linux_arm.q
Normal file
8
lib/core/core_linux_arm.q
Normal file
|
@ -0,0 +1,8 @@
|
|||
init() {
|
||||
main.main()
|
||||
exit()
|
||||
}
|
||||
|
||||
exit() {
|
||||
syscall(93, 0)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue