mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-14 02:00:27 +00:00
Range expression in switch statement is in gcc extension standard(gcc manual 6.28),not in c99 standard. GCC manual 6.28 reference link below: (https://gcc.gnu.org/onlinedocs/gcc-8.1.0/gcc/Case-Ranges.html#Case-Ranges) Signed-off-by: huihuang.shi <huihuang.shi@intel.com>