rsc.io/go@v0.0.0-20150416155037-e040fd465409/src/cmd/6g/gg.go (about) 1 // Copyright 2009 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package main 6 7 import "cmd/internal/obj/x86" 8 import "cmd/internal/gc" 9 10 // Copyright 2009 The Go Authors. All rights reserved. 11 // Use of this source code is governed by a BSD-style 12 // license that can be found in the LICENSE file. 13 14 var reg [x86.MAXREG]uint8 15 16 var panicdiv *gc.Node 17 18 /* 19 * cgen.c 20 */ 21 22 /* 23 * list.c 24 */