make sure the regs are defined for 64-bit CPUs also

This commit is contained in:
Dimitris Panokostas 2020-07-03 18:17:47 +02:00
parent c379e1e20e
commit 00797e371e

View file

@ -124,7 +124,7 @@ STATIC_INLINE int cctrue (int cc)
#endif /* REGS_DEFINED */
#elif defined(CPU_arm)
#elif defined(CPU_arm) && (defined(ARMV6_ASSEMBLY) || defined(CPU_AARCH64))
#ifndef REGS_DEFINED