On 16/3/26 01:05, BALATON Zoltan wrote:
Coverity reports possible sign extension error (CID 1645615) when reading DEFAULT_SC_BOTTOM_RIGHT register. It cannot happen because the values are limited when writing the register but change the code to match other similar registers and to avoid this warning.Signed-off-by: BALATON Zoltan <[email protected]> --- hw/display/ati.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
