From 89b623e158aa9dd2a5267421e1e71667237be977 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 17 Dec 2002 04:48:38 +0000 Subject: [PATCH] * xstormy16-asm.c (parse_immediate16): Add prototype. --- opcodes/ChangeLog | 4 ++++ opcodes/xstormy16-asm.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 293884015e..92715e3df3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2002-12-16 DJ Delorie + + * xstormy16-asm.c (parse_immediate16): Add prototype. + 2002-12-16 Andrew MacLeod * xstormy16-asm.c: Regenerate. diff --git a/opcodes/xstormy16-asm.c b/opcodes/xstormy16-asm.c index d4db37c788..324c091893 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 -- 2.34.1