sim: erc32: strip paren from return statements
[deliverable/binutils-gdb.git] / sim / erc32 / float.c
index e8807fbbbd06da2e5c08a254179dfd5c1f4cad7b..e5beb7de59d26a1d28c4a3f2b6c6e9452bacad14 100644 (file)
@@ -52,7 +52,7 @@ get_accex()
         accx |= 8;
     if (fexc & FE_INVALID)
         accx |= 0x10;
-    return(accx);
+    return accx;
 }
 
 /* How to clear the accrued exceptions */
This page took 0.024512 seconds and 4 git commands to generate.