build(core): add missing string argument to _Static_assert
This is a one-line build fix for a software-only emulator path. The C _Static_assert macro requires a message string as its second argument on some compilers/toolchains. The change adds an empty string so the code compiles. It does not alt…
757a0238by matejcik+1−11 file