Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runtimeWrite (0.11 sec)

  1. src/runtime/asm_amd64.s

    	RET
    
    bad_cpu: // show that the program requires a certain microarchitecture level.
    	MOVQ	$2, 0(SP)
    	MOVQ	$bad_cpu_msg<>(SB), AX
    	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.
    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