add comment
authorDoug Evans <dje@google.com>
Tue, 27 Jan 1998 03:19:26 +0000 (03:19 +0000)
committerDoug Evans <dje@google.com>
Tue, 27 Jan 1998 03:19:26 +0000 (03:19 +0000)
opcodes/txvu-opc.c

index f7ee3066c903bd084c357d062b06070053de3db9..d3a125c5762bf8e84c20d9b3d313e6e85561e034 100644 (file)
@@ -2121,6 +2121,9 @@ txvu_opcode_init_tables (flags)
          lower_icode_map[icode_hash] = &txvu_lower_opcodes[i];
        }
 
+      /* FIXME: We just hash everything to the same value for the rest.
+        Quick hack while other things are worked on.  */
+
       /* PKE table.  */
 
       for (i = pke_opcodes_count - 2; i >= 0; --i)
This page took 0.02518 seconds and 4 git commands to generate.