diff options
author | Steve Chamberlain <steve@cygnus> | 1991-07-15 23:41:06 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-07-15 23:41:06 +0000 |
commit | a737c70bdefcff76e922e4b0671ac001c1ae4e3d (patch) | |
tree | a95272920a3adcd9536634c408de1003297d9a19 /include/a29k-opcode.h | |
parent | 41f50af07b8622f62e08b219389a43111fcce33a (diff) | |
download | gdb-a737c70bdefcff76e922e4b0671ac001c1ae4e3d.zip gdb-a737c70bdefcff76e922e4b0671ac001c1ae4e3d.tar.gz gdb-a737c70bdefcff76e922e4b0671ac001c1ae4e3d.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'include/a29k-opcode.h')
-rwxr-xr-x | include/a29k-opcode.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/a29k-opcode.h b/include/a29k-opcode.h index 59aac0e..b2972ff 100755 --- a/include/a29k-opcode.h +++ b/include/a29k-opcode.h @@ -63,7 +63,7 @@ struct a29k_opcode { char *args; }; -static const struct a29k_opcode a29k_opcodes[] = +static CONST struct a29k_opcode a29k_opcodes[] = { { "add", 0x14000000, "c,a,b" }, @@ -279,11 +279,14 @@ static const struct a29k_opcode a29k_opcodes[] = if we've run off the end of the table. */ }; -const unsigned int num_opcodes = (((sizeof a29k_opcodes) / (sizeof a29k_opcodes[0])) - 1); +CONST unsigned int num_opcodes = (((sizeof a29k_opcodes) / (sizeof a29k_opcodes[0])) - 1); /* * $Log$ - * Revision 1.1 1991/05/19 00:19:33 rich + * Revision 1.2 1991/07/15 23:34:04 steve + * *** empty log message *** + * + * Revision 1.1 1991/05/19 00:19:33 rich * Initial revision * * Revision 1.1.1.1 1991/04/04 18:15:23 rich |