Page MenuHomeFreeBSD

bhyve/vga.c: fix atc_color_select_67 bit shift
ClosedPublic

Authored by rlibby on Jul 28 2017, 6:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 4:09 PM
Unknown Object (File)
Thu, May 2, 4:05 PM
Unknown Object (File)
Thu, May 2, 4:05 PM
Unknown Object (File)
Thu, May 2, 1:01 PM
Unknown Object (File)
Thu, May 2, 1:16 AM
Unknown Object (File)
Thu, Apr 25, 10:55 AM
Unknown Object (File)
Fri, Apr 19, 12:32 AM
Unknown Object (File)
Wed, Apr 17, 1:00 AM
Subscribers

Details

Summary

Gcc noticed that the result of the bit shift is always zero. Shift so
that the ATC_CS_C67 bits end up in bits 6 & 7.

Test Plan

gcc

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable