How to convert 'callq *addr' to 'callq *%rax' while compiled by gcc?

前端 未结 0 1939
情歌与酒
情歌与酒 2020-12-13 19:12

I want to use gcc to compile the code, but make all the callq *addr to

movq *addr, %rax
callq *%rax

Is there any good solutions

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