On Mon, 2018-01-08 at 11:45 +0100, Peter Zijlstra wrote:
> 
> 
> Should this not use local name labels instead?
> 
> .macro RETPOLINE_JMP reg:req
>         call    .Ldo_rop_\@
> .Lspec_trap_\@:
>         pause
>         jmp .Lspec_trap_\@
> .Ldo_rop_\@:
>         mov     \reg, (%_ASM_SP)
>         ret
> .endm

Not if you want to be able to use them twice in the same .S file.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to