]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.power64] 9l: remove enum as's tag for c2go
authorAustin Clements <austin@google.com>
Thu, 13 Nov 2014 18:48:59 +0000 (13:48 -0500)
committerAustin Clements <austin@google.com>
Thu, 13 Nov 2014 18:48:59 +0000 (13:48 -0500)
None of the other compilers have a tag for this enum.
Cleaning all of this up to use proper types will happen after
the conversion.

LGTM=minux, rsc
R=rsc, minux
CC=golang-codereviews
https://golang.org/cl/166690043

src/cmd/9l/9.out.h

index e494e90ca96fd2f8a9c661b5165770f7d01cd4a6..08a339318de8ce54369b00c93aa4b90fa3fce773 100644 (file)
@@ -131,7 +131,7 @@ enum
        C_NCLASS,       /* must be the last */
 };
 
-enum   as
+enum
 {
        AXXX,
        AADD,
@@ -501,7 +501,7 @@ enum
        D_R0 = 0, // type is D_REG
        D_F0 = D_R0+NREG, // type is D_FREG
 
-/* reg names iff type is D_SPR */
+/* reg names in offset field iff type is D_SPR */
        D_XER   = 1,
        D_LR    = 8,
        D_CTR   = 9