Skip to content

Commit 4fede9f

Browse files
authored
Update hwcap.c
1 parent c9b4216 commit 4fede9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arm/linux/hwcap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ bool cpuinfo_arm_linux_hwcap_from_getauxval(uint32_t hwcap[restrict static 1], u
8383
}
8484

8585
#ifdef __ANDROID__
86-
bool cpuinfo_arm_linux_hwcap_from_procfs(uint32_t hwcap[restrict static 1], uint32_t hwcap2[restrict static 1]) {
86+
bool cpuinfo_arm_linux_hwcap_from_procfs(uint32_t hwcap[restrict static 1], uint64_t hwcap2[restrict static 1]) {
8787
#if CPUINFO_MOCK
8888
*hwcap = mock_hwcap;
8989
*hwcap2 = mock_hwcap2;

0 commit comments

Comments
 (0)