commit | e320d05a531ed4991a87cfe0a4c280563fb88788 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Tue Jan 01 19:44:31 2013 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Jan 08 11:55:39 2013 +0100 |
tree | ed640c36384c28e0b06702793c0d9607e4f34110 | |
parent | e1a4019cf13ddf2441496c2e613faba3a891cddf [diff] |
target-mips: Replace macros by inline functions The macros RESTORE_ROUNDING_MODE and RESTORE_FLUSH_MODE silently used variable env from their callers. Using inline functions with env passed as a function argument is more transparent. This modification was proposed by Peter Maydell. Cc: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Eric Johnson <ericj@mips.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>