diff options
Diffstat (limited to 'gcc/ada/utils.c')
-rw-r--r-- | gcc/ada/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/utils.c b/gcc/ada/utils.c index d26395f..86e80f1 100644 --- a/gcc/ada/utils.c +++ b/gcc/ada/utils.c @@ -592,7 +592,7 @@ init_gigi_decls (tree long_long_float_type, tree exception_type) = build_array_type (gnat_type_for_mode (Pmode, 0), build_index_type (build_int_cst (NULL_TREE, 5))); create_type_decl (get_identifier ("JMPBUF_T"), jmpbuf_type, NULL, - false, true, Empty); + true, true, Empty); jmpbuf_ptr_type = build_pointer_type (jmpbuf_type); /* Functions to get and set the jumpbuf pointer for the current thread. */ |