diff options
author | DJ Delorie <dj@redhat.com> | 2002-12-17 04:48:38 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-12-17 04:48:38 +0000 |
commit | 89b623e158aa9dd2a5267421e1e71667237be977 (patch) | |
tree | 2058e72817d5fd5f3ec7062e9e27db8291e77c05 /opcodes/xstormy16-asm.c | |
parent | 95c72c446be30e1fff4732c68a47e9f8b5e68ef6 (diff) | |
download | gdb-89b623e158aa9dd2a5267421e1e71667237be977.zip gdb-89b623e158aa9dd2a5267421e1e71667237be977.tar.gz gdb-89b623e158aa9dd2a5267421e1e71667237be977.tar.bz2 |
* xstormy16-asm.c (parse_immediate16): Add prototype.
Diffstat (limited to 'opcodes/xstormy16-asm.c')
-rw-r--r-- | opcodes/xstormy16-asm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/xstormy16-asm.c b/opcodes/xstormy16-asm.c index d4db37c..324c091 100644 --- a/opcodes/xstormy16-asm.c +++ b/opcodes/xstormy16-asm.c @@ -52,6 +52,8 @@ static const char * parse_mem8 PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); static const char * parse_small_immediate PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); +static const char * parse_immediate16 + PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *)); /* The machine-independent code doesn't know how to disambiguate mov (foo),r3 |