svn commit: r354856 - stable/12/sys/amd64/amd64

Hans Petter Selasky hps at selasky.org
Tue Nov 19 17:28:43 UTC 2019


On 2019-11-19 16:32, Konstantin Belousov wrote:
> +_Static_assert(nitems(gdt_segs) == NGDT, "Stale NGDT");

Why are you not using the CTASSERT() macro? Is _Static_assert() portable?

--HPS


More information about the svn-src-all mailing list