Home | History | Annotate | Download | only in issue15609.dir
      1 #include "textflag.h"
      2 
      3 DATA pointer(SB)/4, $target(SB)
      4 GLOBL pointer(SB),RODATA,$4
      5 
      6 TEXT jump(SB),NOSPLIT,$4
      7         CALL *pointer(SB)
      8         RET
      9