mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
if (true) {
|
|
assert(arm_float_abi == "" ||
|
|
arm_float_abi == "hard" ||
|
|
arm_float_abi == "soft" ||
|
|
arm_float_abi == "softfp")
|
|
}
|