Mangling: use mangling macros for some more symbols in the runtime library

This commit is contained in:
Erik Eckstein
2016-12-05 12:29:33 -08:00
parent 280f908554
commit d93a9fd103
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ static void _destroyErrorObject(HeapObject *obj) {
/// Heap metadata for Error boxes.
static const FullMetadata<HeapMetadata> ErrorMetadata{
HeapMetadataHeader{{_destroyErrorObject}, {&_TWVBo}},
HeapMetadataHeader{{_destroyErrorObject}, {&VALUE_WITNESS_SYM(Bo)}},
Metadata{MetadataKind::ErrorObject},
};