projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eaff6e
)
sfp-exceptions.c (__sfp_handle_exceptions): Remove stray semicolon.
author
Uros Bizjak
<uros@gcc.gnu.org>
Wed, 30 Jan 2019 23:09:40 +0000
(
00:09
+0100)
committer
Uros 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
patch
|
blob
|
history
diff --git
a/libgcc/config/i386/sfp-exceptions.c
b/libgcc/config/i386/sfp-exceptions.c
index c7a8b0cbdbda8b23d279ae7c9733050d8be185d7..a6c56392acdaf18306bc496ccee82dc38ad7677a 100644
(file)
--- a/
libgcc/config/i386/sfp-exceptions.c
+++ b/
libgcc/config/i386/sfp-exceptions.c
@@
-104,5
+104,5
@@
__sfp_handle_exceptions (int _fex)
/* No need for fwait, exception is triggered by emitted fstp. */
#endif
}
-}
;
+}
#endif