Browse Source

Merge pull request #5360 from sertonix/cpuid-arm

Fix cpuid.S on arm
pull/5363/head
Martin Kroeker GitHub 2 months ago
parent
commit
ee6560c89f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      cpuid.S

+ 4
- 0
cpuid.S View File

@@ -66,5 +66,9 @@ _cpuid:


#endif #endif
#if defined(__ELF__) && defined(__linux__) #if defined(__ELF__) && defined(__linux__)
#if defined(__arm__)
.section .note.GNU-stack,"",%progbits
#else
.section .note.GNU-stack,"",@progbits .section .note.GNU-stack,"",@progbits
#endif #endif
#endif

Loading…
Cancel
Save