We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c296d5 commit 85d5ed8Copy full SHA for 85d5ed8
compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/android.inc
@@ -3,7 +3,7 @@
3
4
static void __isExynos9810(void) {
5
char arch[PROP_VALUE_MAX];
6
- return (__system_property_get("ro.arch", arch) > 0 &&
+ return __system_property_get("ro.arch", arch) > 0 &&
7
strncmp(arch, "exynos9810", sizeof("exynos9810") - 1) == 0;
8
}
9
0 commit comments