Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testTracebackArgs11a (0.27 sec)

  1. src/runtime/traceback_test.go

    		// Spill in conditional, not executed.
    		{
    			func() int {
    				poisonStack() // poison arg area to make output deterministic
    				return testTracebackArgs11a(1, 2, 3)
    			},
    			abiSel(
    				"testTracebackArgs11a(0xffffffff?, 0xffffffff?, 0xffffffff?)",
    				"testTracebackArgs11a(0x1, 0x2, 0x3)"),
    		},
    		// 2 spills in conditional, not executed; 3 spills in conditional, executed, but not statically known.
    		// So print 0x3?.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 22.9K bytes
    - Viewed (0)
Back to top