aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/cr16.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-07 15:09:07 +0000
committerNick Clifton <nickc@redhat.com>2013-01-07 15:09:07 +0000
commit73335eaedfb1e1129d76e7b2a6ecea6984ac6aa9 (patch)
tree595c27da1a0a853d5cb7b4b4b1adda60ab656b53 /include/opcode/cr16.h
parent8ab8155f362b0826eb19b0e22e6c3be854d414ee (diff)
downloadgdb-73335eaedfb1e1129d76e7b2a6ecea6984ac6aa9.zip
gdb-73335eaedfb1e1129d76e7b2a6ecea6984ac6aa9.tar.gz
gdb-73335eaedfb1e1129d76e7b2a6ecea6984ac6aa9.tar.bz2
(make_instruction): Rename to cr16_make_instruction.
(match_opcode): Rename to cr16_match_opcode.
Diffstat (limited to 'include/opcode/cr16.h')
-rw-r--r--include/opcode/cr16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/cr16.h b/include/opcode/cr16.h
index 76ac3a6..1f1191d 100644
--- a/include/opcode/cr16.h
+++ b/include/opcode/cr16.h
@@ -445,7 +445,7 @@ extern ULONGLONG cr16_allWords;
extern ins cr16_currInsn;
/* Prototypes for function in cr16-dis.c. */
-extern void make_instruction (void);
-extern int match_opcode (void);
+extern void cr16_make_instruction (void);
+extern int cr16_match_opcode (void);
#endif /* _CR16_H_ */