make sure the regs are defined for 64-bit CPUs also
This commit is contained in:
parent
c379e1e20e
commit
00797e371e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue