Page MenuHomeFreeBSD

Fix non-INVARIANTS builds following 58eefc67a1cf
ClosedPublic

Authored by cy on Nov 18 2022, 8:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 6:39 AM
Unknown Object (File)
Thu, Dec 12, 12:21 AM
Unknown Object (File)
Dec 6 2024, 6:55 PM
Unknown Object (File)
Nov 16 2024, 6:59 AM
Unknown Object (File)
Nov 16 2024, 6:28 AM
Unknown Object (File)
Nov 16 2024, 5:58 AM
Unknown Object (File)
Oct 8 2024, 5:35 AM
Unknown Object (File)
Oct 8 2024, 5:35 AM

Details

Summary

The attached patch will fix the build post 58eefc67a1cf.

Test Plan

Build test passed.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cy requested review of this revision.Nov 18 2022, 8:19 PM
bz added inline comments.
sys/amd64/vmm/intel/vmx.c
1023

Isn't

int error __diagused;

all that is needed?

bz@, you correct. Thank you.

Typo. Fingers have memory.

This revision is now accepted and ready to land.Nov 18 2022, 9:02 PM
This revision was automatically updated to reflect the committed changes.