sfp-exceptions.c (__sfp_handle_exceptions): Remove stray semicolon.
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 30 Jan 2019 23:09:40 +0000 (00:09 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 30 Jan 2019 23:09:40 +0000 (00:09 +0100)
* config/i386/sfp-exceptions.c (__sfp_handle_exceptions):
Remove stray semicolon.

From-SVN: r268405

libgcc/config/i386/sfp-exceptions.c

index c7a8b0cbdbda8b23d279ae7c9733050d8be185d7..a6c56392acdaf18306bc496ccee82dc38ad7677a 100644 (file)
@@ -104,5 +104,5 @@ __sfp_handle_exceptions (int _fex)
       /* No need for fwait, exception is triggered by emitted fstp.  */
 #endif
     }
-};
+}
 #endif