Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcolombo committed Oct 7, 2024
1 parent a112275 commit fbb592b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phd-tests/tests/src/cpuid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async fn cpuid_boot_test(ctx: &Framework) {

// Mask off feature bits that the Oxide platform won't support. See RFD
// 314. These are masks (and not assignments) so that features the host CPU
// support won't appear in the guest's feature masks.
// doesn't support won't appear in the guest's feature masks.
let leaf_1 = host_cpuid.get_mut(&CpuidIdent::leaf(1)).unwrap();
leaf_1.ecx &= 0xF6F8_3203;
leaf_1.edx &= 0x178B_FBFF;
Expand Down

0 comments on commit fbb592b

Please sign in to comment.