diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-07 15:09:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-07 15:09:06 +0000 |
commit | 74f9c4621d8e80d94c2fcd5f0f29a11cea2544d8 (patch) | |
tree | 6c7a3f47b43b3cb149936669c3b7e974ff816efe /include/opcode/cr16.h | |
parent | 6fadbd840244dd739f5a22582aaa2b42d736b75e (diff) | |
download | binutils-redhat-74f9c4621d8e80d94c2fcd5f0f29a11cea2544d8.tar.gz |
(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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/cr16.h b/include/opcode/cr16.h index 76ac3a6bc1..1f1191dc66 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_ */ |