diff options
Diffstat (limited to 'libgcc/crtstuff.c')
-rw-r--r-- | libgcc/crtstuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c index 03a30fe..62a4b42 100644 --- a/libgcc/crtstuff.c +++ b/libgcc/crtstuff.c @@ -582,7 +582,7 @@ __do_global_ctors_1(void) #endif #ifdef __LIBGCC_JCR_SECTION_NAME__ - void **jcr_list + void **jcr_list; __asm ("" : "=g" (jcr_list) : "0" (__JCR_LIST__)); if (__builtin_expect (*jcr_list != NULL, 0)) { |