mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.3.2'
This commit is contained in:
@@ -106,6 +106,11 @@
|
||||
|
||||
#define M_SYSCALL arm_r7
|
||||
|
||||
#elif defined(__aarch64__) && defined(__LP64__)
|
||||
|
||||
#define REG_SYSCALL 8
|
||||
#define M_SYSCALL regs[REG_SYSCALL]
|
||||
|
||||
#endif /* defined(__i386__) || ... */
|
||||
|
||||
/**Determines if at least one sandbox is active.*/
|
||||
|
||||
Reference in New Issue
Block a user