From 5093d5f3b24db018365e3748b2c253fb81f61c3c Mon Sep 17 00:00:00 2001 From: dj Date: Tue, 17 Dec 2002 04:48:25 +0000 Subject: [PATCH] * cpu/xstormy16.opc (parse_immediate16): Add prototype. --- cgen/ChangeLog | 4 ++++ cgen/cpu/xstormy16.opc | 2 ++ 2 files changed, 6 insertions(+) diff --git a/cgen/ChangeLog b/cgen/ChangeLog index aa9aebbbc0..30f7ae74e4 100644 --- a/cgen/ChangeLog +++ b/cgen/ChangeLog @@ -1,3 +1,7 @@ +2002-12-16 DJ Delorie + + * cpu/xstormy16.opc (parse_immediate16): Add prototype. + 2002-12-16 Andrew MacLeod * cpu/xstormy16.cpu (imm16): Call handler immediate16. diff --git a/cgen/cpu/xstormy16.opc b/cgen/cpu/xstormy16.opc index 331beeec62..f9c1c9c015 100644 --- a/cgen/cpu/xstormy16.opc +++ b/cgen/cpu/xstormy16.opc @@ -34,6 +34,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.11.0