Page MenuHomeFreeBSD

bhyve: Fix the build with gcc
ClosedPublic

Authored by andrew on Jun 10 2024, 5:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 2:44 PM
Unknown Object (File)
Dec 5 2024, 9:01 AM
Unknown Object (File)
Nov 19 2024, 3:08 AM
Unknown Object (File)
Nov 17 2024, 10:06 PM
Unknown Object (File)
Oct 7 2024, 6:07 AM
Unknown Object (File)
Sep 24 2024, 5:42 AM
Unknown Object (File)
Sep 24 2024, 4:49 AM
Unknown Object (File)
Sep 23 2024, 2:37 PM

Details

Summary

gcc doesn't like const and static to not be at the start of a variable
declaration. Update the gdb_regset arrays to make it more obvious they
are arrays of struct gdb_reg and to fix the gcc build.

Sponsored by: Arm Ltd

Diff Detail

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