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 817acef commit d72ca85Copy full SHA for d72ca85
1 file changed
Modules/_ctypes/libffi/src/arm/sysv.S
@@ -74,7 +74,8 @@
74
#endif
75
76
#if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) \
77
- || defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__)
+ || defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) \
78
+ || defined(__ARM_ARCH_7EM__)
79
# undef __ARM_ARCH__
80
# define __ARM_ARCH__ 7
81
0 commit comments