aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/runtime.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/runtime.def')
-rw-r--r--gcc/d/runtime.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/d/runtime.def b/gcc/d/runtime.def
index e426194..4aff0a6 100644
--- a/gcc/d/runtime.def
+++ b/gcc/d/runtime.def
@@ -142,8 +142,8 @@ DEF_D_RUNTIME (CXA_END_CATCH, "__cxa_end_catch", RT(VOID), P0(), 0)
/* When invariant() contracts are turned on, used after testing whether a
class != null for validating the state of a class. */
-DEF_D_RUNTIME (INVARIANT, "_D9invariant12_d_invariantFC6ObjectZv", RT(VOID),
- P1(OBJECT), 0)
+DEF_D_RUNTIME (INVARIANT, "_D2rt10invariant_12_d_invariantFC6ObjectZv",
+ RT(VOID), P1(OBJECT), 0)
#undef P0
#undef P1