Re: [go-nuts] What's the difference of the following two assembly instructions

2021-11-12 Thread Ian Lance Taylor
On Thu, Nov 11, 2021 at 5:57 PM Shanshan He wrote: > > The two instructions are : > MOVD$"".bar.func1·f(SB), R0 > and > MOVD$"".bar.func1(SB), R0 They refer to different symbols. The middle-dot in the first instruction is just part of the symbol name. Ian -- You received this message

[go-nuts] What's the difference of the following two assembly instructions

2021-11-11 Thread Shanshan He
The two instructions are : MOVD$"".bar.func1·f(SB), R0 and MOVD$"".bar.func1(SB), R0 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr.