How to fix “ld: warning: arm64 function not 4-byte aligned” warning?

前端 未结 0 1185
予麋鹿
予麋鹿 2021-01-16 16:31

I start writing arm64 assembly code on M1 mac.
This is very simple sample code.

.global _main
_main:
    mov x0, #1
    ret

When I comp

相关标签:
回答
  • 消灭零回复
提交回复
热议问题