diff options
author | Alan Modra <amodra@gmail.com> | 2008-07-28 06:48:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-07-28 06:48:00 +0000 |
commit | 2cfe26b654e346ed269e38426c4bd2ec05c227a4 (patch) | |
tree | becd8af9406f7b0d471c4dbe41c17f7a5de8efcf /gas/config | |
parent | 9a008db36edc557367211620903de9f39733169a (diff) | |
download | gdb-2cfe26b654e346ed269e38426c4bd2ec05c227a4.zip gdb-2cfe26b654e346ed269e38426c4bd2ec05c227a4.tar.gz gdb-2cfe26b654e346ed269e38426c4bd2ec05c227a4.tar.bz2 |
warning fix
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index eeab7dc..ce3ce9b 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 |