diff options
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index 59141e9..f4d0dae 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -207,7 +207,7 @@ void gt_pch_n_S (const void *x) { gt_pch_note_object (CONST_CAST (void *, x), CONST_CAST (void *, x), - >_pch_p_S, gt_types_enum_last); + >_pch_p_S); } |