mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 04:25:57 +00:00
_Static_assert is supported in C11 standard. Please see N1570(C11 mannual) 6.4.1. replace _Static_assert with ASSERT. Signed-off-by: huihuang shi <huihuang.shi@intel.com>