]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: Retire CTASSERT
authorWarner Losh <imp@FreeBSD.org>
Wed, 21 Feb 2024 15:48:32 +0000 (08:48 -0700)
committerWarner Losh <imp@FreeBSD.org>
Wed, 21 Feb 2024 15:51:34 +0000 (08:51 -0700)
commit32568e5f2435a2539b0c4177a6fefe7a9e0a0c89
tree114c9eb7503a6bc2d560cfbee917b0013daa92d0
parent2f4cbf459d4af41977be30eab2f6f7d7e9f9b5b5
loader: Retire CTASSERT

The project is moving away from CTASSERT in favor of
_Static_assert. Cleanup the few instances in the loader proactively.

Sponsored by: Netflix
Reviewed by: manu, tsoome
Differential Revision: https://reviews.freebsd.org/D44006
stand/common/bootstrap.h
stand/efi/loader/arch/amd64/multiboot2.c
stand/i386/libi386/multiboot.c
stand/i386/loader/main.c