diff options
Diffstat (limited to 'gcc/cp/rtti.c')
-rw-r--r-- | gcc/cp/rtti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index ff3945240fc..f105649262b 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -265,7 +265,7 @@ get_tinfo_decl_dynamic (exp) /* The RTTI information is always in the vtable, but it's at different indices depending on the ABI. */ if (new_abi_rtti_p ()) - index = minus_one_node; + index = integer_minus_one_node; else if (flag_vtable_thunks) index = integer_one_node; else |