diff options
Diffstat (limited to 'lib/utils/gchelper.h')
| -rw-r--r-- | lib/utils/gchelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/utils/gchelper.h b/lib/utils/gchelper.h index 4b6ead6ba..645ee837f 100644 --- a/lib/utils/gchelper.h +++ b/lib/utils/gchelper.h @@ -39,6 +39,8 @@ typedef uintptr_t gc_helper_regs_t[6]; typedef uintptr_t gc_helper_regs_t[4]; #elif defined(__thumb2__) || defined(__thumb__) || defined(__arm__) typedef uintptr_t gc_helper_regs_t[10]; +#elif defined(__aarch64__) +typedef uintptr_t gc_helper_regs_t[11]; // x19-x29 #endif #endif |
