Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for Dumps (0.04 sec)

  1. cmd/kubeadm/app/util/version.go

    		return "", errors.Wrap(err, "client version error")
    	}
    	// If the remote Major version is bigger or if the Major versions are the same,
    	// but the remote Minor is bigger use the client version release. This handles Major bumps too.
    	if verClient.Major() < verRemote.Major() ||
    		(verClient.Major() == verRemote.Major()) && verClient.Minor() < verRemote.Minor() {
    		estimatedRelease := fmt.Sprintf("stable-%d.%d", verClient.Major(), verClient.Minor())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 10:50:19 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  2. src/runtime/sys_windows_amd64.s

    	ADJSP	$-16
    
    	POP_REGS_HOST_TO_ABI0()
    	RET
    
    // Trampoline to resume execution from exception handler.
    // This is part of the control flow guard workaround.
    // It switches stacks and jumps to the continuation address.
    // R8 and R9 are set above at the end of sigtrampgo
    // in the context that starts executing at sigresume.
    TEXT runtime·sigresume(SB),NOSPLIT|NOFRAME,$0
    	MOVQ	R8, SP
    	JMP	R9
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 07:24:08 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top