diff options
author | Doug Evans <dje@google.com> | 1998-01-27 03:19:26 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-27 03:19:26 +0000 |
commit | 5340383e6978cdbf79e4c2f6944f333421c74ad3 (patch) | |
tree | 4aca8ee21cf1ff3226206a772895e76c81b01215 /opcodes | |
parent | bf1fb2e0c3bc9fdad511c83504a42c1348dee9cd (diff) | |
download | gdb-5340383e6978cdbf79e4c2f6944f333421c74ad3.zip gdb-5340383e6978cdbf79e4c2f6944f333421c74ad3.tar.gz gdb-5340383e6978cdbf79e4c2f6944f333421c74ad3.tar.bz2 |
add comment
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/txvu-opc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/txvu-opc.c b/opcodes/txvu-opc.c index f7ee306..d3a125c 100644 --- a/opcodes/txvu-opc.c +++ b/opcodes/txvu-opc.c @@ -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) |