]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/isa-l/include/multibinary.asm
import quincy beta 17.1.0
[ceph.git] / ceph / src / isa-l / include / multibinary.asm
index bd3a5294f4b23ae80ea99a6bd9eeb757abfc8177..588352a2f84ca6b7d3f7b5df1a21a5779860af01 100644 (file)
                mbin_def_ptr    %1_mbinit
 
        section .text
-       global %1:ISAL_SYM_TYPE_FUNCTION
+       mk_global %1, function
        %1_mbinit:
+               endbranch
                ;;; only called the first time to setup hardware match
                call    %1_dispatch_init
                ;;; falls thru to execute the hw optimized code
        %1:
+               endbranch
                jmp     mbin_ptr_sz [%1_dispatched]
 %endmacro