Am 31.05.2011 um 20:40 schrieb Peter Maydell:
From: Juha Riihimäki
Fix an integer overflow that can happen for signed 32 bit types
when using FLOAT_MIXENG. (Note that at the moment this is only true
when using the MacOSX coreaudio audio driver.)
Signed-off-by: Juha Riihimäki
[Peter Maydell:
From: Juha Riihimäki
Fix an integer overflow that can happen for signed 32 bit types
when using FLOAT_MIXENG. (Note that at the moment this is only true
when using the MacOSX coreaudio audio driver.)
Signed-off-by: Juha Riihimäki
[Peter Maydell: Removed unnecessary casts]
Signed-off-by: Peter M
On Tue, 31 May 2011, Peter Maydell wrote:
> From: Juha Riihim?ki
>
> Fix an integer overflow that can happen for signed 32 bit types
> when using FLOAT_MIXENG. (Note that at the moment this is only true
> when using the MacOSX coreaudio audio driver.)
>
> Signed-off-by: Juha Riihim?ki
> [Peter