Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithNotStmt (0.1 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    		}
    		if ctxt.Errors > errors {
    			return
    		}
    	}
    	// splice padding nops into Progs
    	for _, n := range nops {
    		pp := n.p
    		np := &obj.Prog{Link: pp.Link, Ctxt: pp.Ctxt, As: obj.ANOP, Pos: pp.Pos.WithNotStmt(), Pc: pp.Pc + int64(pp.Isize), Isize: uint8(n.n)}
    		pp.Link = np
    	}
    
    	s.Size = int64(c)
    
    	if false { /* debug['a'] > 1 */
    		fmt.Printf("span1 %s %d (%d tries)\n %.6x", s.Name, s.Size, n, 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top