sfp-exceptions.c (__sfp_handle_exceptions): Remove stray semicolon.

* config/i386/sfp-exceptions.c (__sfp_handle_exceptions):
	Remove stray semicolon.

From-SVN: r268405
This commit is contained in:
Uros Bizjak 2019-01-31 00:09:40 +01:00
parent 8eaff6ef97
commit d1ac2471e7
1 changed files with 1 additions and 1 deletions

View File

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