diff options
Diffstat (limited to 'unix/gccollect.c')
-rw-r--r-- | unix/gccollect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/gccollect.c b/unix/gccollect.c index f8bcbf965d..16bfc3b486 100644 --- a/unix/gccollect.c +++ b/unix/gccollect.c @@ -51,7 +51,7 @@ STATIC void gc_helper_get_regs(regs_t arr) { #ifdef __x86_64__ typedef mp_uint_t regs_t[6]; -void gc_helper_get_regs(regs_t arr) { +STATIC void gc_helper_get_regs(regs_t arr) { register long rbx asm ("rbx"); register long rbp asm ("rbp"); register long r12 asm ("r12"); |