|
From: John R. <jr...@bi...> - 2017-05-12 03:37:48
|
> In arm64: > > There is function name main’2. It meaning that there is recursive cycle. And it annote the source failed. > > In x86_64: > > There is no function name main’2 only main., It mean that there is no cycle. > > How can I resolve it? Post here the source code to the smallest (shortest) program which does not behave like you expect. |