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)
Fri, Nov 1, 1:38 AM
Unknown Object (File)
Tue, Oct 29, 5:27 AM
Unknown Object (File)
Oct 23 2024, 11:19 PM
Unknown Object (File)
Oct 14 2024, 6:58 PM
Unknown Object (File)
Oct 14 2024, 6:58 PM
Unknown Object (File)
Oct 14 2024, 6:57 PM
Unknown Object (File)
Oct 14 2024, 6:41 PM
Unknown Object (File)
Sep 16 2024, 5:49 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10733
Build 11130: arc lint + arc unit