rsc.io/go@v0.0.0-20150416155037-e040fd465409/src/cmd/7g/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/arm64"
     8  import "cmd/internal/gc"
     9  
    10  // Copyright 2014 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 [arm64.NREG + arm64.NFREG]uint8
    15  
    16  var panicdiv *gc.Node
    17  
    18  /*
    19   * cgen.c
    20   */
    21  
    22  /*
    23   * list.c
    24   */
    25  
    26  /*
    27   * reg.c
    28   */