diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-07 15:09:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-07 15:09:07 +0000 |
commit | 6cb6ea9cb416fb38866e103678a7d27d15308348 (patch) | |
tree | d2c43bc57900af82be9fb22b4a769f2ffa1a463f /include/opcode/cr16.h | |
parent | bb8fa932a5a7f5c64a4f14badefb2d67d475c6b9 (diff) | |
download | cygnal-6cb6ea9cb416fb38866e103678a7d27d15308348.tar.gz cygnal-6cb6ea9cb416fb38866e103678a7d27d15308348.tar.bz2 cygnal-6cb6ea9cb416fb38866e103678a7d27d15308348.zip |
(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 76ac3a6bc..1f1191dc6 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_ */ |