github.com/undoio/delve@v1.9.0/_fixtures/issue1656/main.s (about)

     1  #include "textflag.h"
     2  
     3  TEXT ·compromised(SB),NOSPLIT,$0-8
     4  	CMPQ n+0(FP), $0
     5  	JNZ notzero
     6  	RET
     7  notzero:
     8  	MOVQ $0, AX
     9  	MOVQ $1, AX
    10  	CALL main·skipped(SB)
    11  	RET
    12