diff options
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index 0227688..6a24d53 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -197,7 +197,8 @@ gt_pch_p_S (void *obj ATTRIBUTE_UNUSED, void *x ATTRIBUTE_UNUSED, void gt_pch_n_S (const void *x) { - gt_pch_note_object ((void *)x, (void *)x, >_pch_p_S); + gt_pch_note_object ((void *)x, (void *)x, >_pch_p_S, + gt_types_enum_last); } /* Handle saving and restoring the string pool for PCH. */ |