Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for returned (0.56 sec)

  1. src/cmd/cgo/internal/test/stubtest_linux_ppc64le.S

    	bl	random@notoc
    
    	// Return 0 to indicate the test ran.
    	li	3,0
    
    	// Restore R2
    	ld	2,24(1)
    
    	// Restore LR and pop stack
    	addi	1,1,32
    	ld 	0,16(1)
    	mtlr	0
    	blr
    
    .else
    
    // A stub for older binutils
    	.globl	notoc_func
    	.type	notoc_func, @function
    notoc_func:
    	// Return 1 to indicate the test was skipped.
    	li	3,1
    	blr
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 15:06:17 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top