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)
Dec 20 2023, 8:29 AM
Unknown Object (File)
Aug 17 2023, 6:18 AM
Unknown Object (File)
Jun 30 2023, 12:35 AM
Unknown Object (File)
Jun 30 2023, 12:35 AM
Unknown Object (File)
Jun 30 2023, 12:33 AM
Unknown Object (File)
Jun 27 2023, 5:50 AM
Unknown Object (File)
Apr 11 2023, 6:30 PM
Unknown Object (File)
Apr 11 2023, 6:29 PM
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