sim: erc32: strip paren from return statements

This commit is contained in:
Mike Frysinger
2015-03-28 02:46:48 -04:00
parent 49d45b20c0
commit 5831e29bc1
7 changed files with 93 additions and 80 deletions

View 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 */