aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/tic80.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1997-02-10 17:34:59 +0000
committerFred Fish <fnf@specifix.com>1997-02-10 17:34:59 +0000
commit394de418703d6037d0c462175cd3de10658ae2b8 (patch)
treece774dc37739d23eb13f0e8246171d436e350f3f /include/opcode/tic80.h
parentc37555c141befeefa05293b2efd3eca18a7e41a3 (diff)
downloadgdb-394de418703d6037d0c462175cd3de10658ae2b8.zip
gdb-394de418703d6037d0c462175cd3de10658ae2b8.tar.gz
gdb-394de418703d6037d0c462175cd3de10658ae2b8.tar.bz2
* tic80.h (tic80_symbol_to_value): Change prototype to match
change in function, added class parameter.
Diffstat (limited to 'include/opcode/tic80.h')
-rw-r--r--include/opcode/tic80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/tic80.h b/include/opcode/tic80.h
index f37d938..0a83928 100644
--- a/include/opcode/tic80.h
+++ b/include/opcode/tic80.h
@@ -264,6 +264,6 @@ extern const struct predefined_symbol tic80_predefined_symbols[]; /* Translation
extern const int tic80_num_predefined_symbols; /* How many members in the array */
const char *tic80_value_to_symbol PARAMS ((int val, int class)); /* Translate value to symbolic name */
-int tic80_symbol_to_value PARAMS ((char *name)); /* Translate symbolic name to value */
+int tic80_symbol_to_value PARAMS ((char *name, int class)); /* Translate symbolic name to value */
#endif /* TIC80_H */