Page MenuHomeFreeBSD

Fix non-INVARIANTS builds following 58eefc67a1cf
ClosedPublic

Authored by cy on Nov 18 2022, 8:19 PM.
Tags
None
Referenced Files
F150520214: D37444.diff
Wed, Apr 1, 11:25 PM
Unknown Object (File)
Tue, Mar 31, 11:23 PM
Unknown Object (File)
Tue, Mar 31, 6:39 PM
Unknown Object (File)
Sat, Mar 21, 2:41 PM
Unknown Object (File)
Sat, Mar 14, 4:03 PM
Unknown Object (File)
Sat, Mar 14, 10:10 AM
Unknown Object (File)
Wed, Mar 11, 11:04 PM
Unknown Object (File)
Feb 22 2026, 12:34 PM

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.