Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for debugPinnerV1 (0.15 sec)

  1. src/runtime/asm_amd64.s

    	MOVQ	AX, 8(SP)
    	MOVQ	$84, 16(SP)
    	CALL	runtime·write(SB)
    	MOVQ	$1, 0(SP)
    	CALL	runtime·exit(SB)
    	CALL	runtime·abort(SB)
    	RET
    
    	// Prevent dead-code elimination of debugCallV2 and debugPinnerV1, which are
    	// intended to be called by debuggers.
    	MOVQ	$runtime·debugPinnerV1<ABIInternal>(SB), AX
    	MOVQ	$runtime·debugCallV2<ABIInternal>(SB), AX
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top