From 2cfe26b654e346ed269e38426c4bd2ec05c227a4 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 28 Jul 2008 06:48:00 +0000 Subject: [PATCH] warning fix --- gas/ChangeLog | 6 +++++- gas/config/tc-i386.c | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 48a38348f8a..6196e16ddfd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-07-28 Ineiev + + * config/tc-i386.c (operand_type_check): Warning fix. + 2008-07-26 Michael Eager * doc/as.texinfo: Add description of single-precision attribute. @@ -61,7 +65,7 @@ 2008-07-07 Paul Brook * config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT - relocations. + relocations. 2008-07-07 Ralf Corsépius diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index eeab7dc56d2..ce3ce9bafcb 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -1381,6 +1381,8 @@ operand_type_check (i386_operand_type t, enum operand_type c) default: abort (); } + + return 0; } /* Return 1 if there is no conflict in 8bit/16bit/32bit/64bit on -- 2.30.2