On Tue, Jan 01, 2013 at 07:44:31PM +0100, Stefan Weil wrote:
> 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 M
On 01/01/2013 10:44 AM, Stefan Weil wrote:
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
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
Signed-off-by: Stefan Weil
---
target-mip