commit c9391d42e995a718a999fa42b9ee16de6f6b1442 parent 4fe7b3c5097db6b24eef3680dec682b3d552bd64 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Sun, 22 Sep 2019 14:59:51 +0200 [as-powerpc] Add comment about name origin Diffstat:
| M | src/cmd/as/target/powerpc/ins.c | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/cmd/as/target/powerpc/ins.c b/src/cmd/as/target/powerpc/ins.c @@ -5,6 +5,12 @@ #include "../../as.h" #include "proc.h" +/* + * This code is derived from PowerISA_V2.06B_V2_PUBLIC document. + * All the names used in the specification are preserved in + * this code. + */ + static int getclass(Node *np) {