lx_emul: add static_cpu_has macro to shadow header

Ref #4397
This commit is contained in:
Stefan Kalkowski 2022-03-07 15:29:32 +01:00
parent 0fa695dbd7
commit 13c4abf4ad

View File

@ -8,5 +8,6 @@
#define _ASM__CPUFEATURE_H_
#define boot_cpu_has(bit) 0
#define static_cpu_has(bit) boot_cpu_has(bit)
#endif