--- qemu/linux-user/arm/nwfpe/fpa11_cprt.c 2018/04/24 16:52:09 1.1 +++ qemu/linux-user/arm/nwfpe/fpa11_cprt.c 2018/04/24 18:26:39 1.1.1.3 @@ -16,8 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see . */ #include "fpa11.h" @@ -147,7 +146,7 @@ unsigned int PerformFIX(const unsigned i } -static unsigned int __inline__ +static __inline unsigned int PerformComparisonOperation(floatx80 Fn, floatx80 Fm) { FPA11 *fpa11 = GET_FPA11();