Index: src/ResolvExpr/Resolver.cc
===================================================================
--- src/ResolvExpr/Resolver.cc	(revision ac2b5984c4b0375acbf29ad1d84b311620fd487c)
+++ src/ResolvExpr/Resolver.cc	(revision 76bf23c91ce652f59c3996bbd5df16c260e4c0a1)
@@ -9,7 +9,7 @@
 // Author           : Aaron B. Moss
 // Created On       : Sun May 17 12:17:01 2015
-// Last Modified By : Aaron B. Moss
-// Last Modified On : Wed May 29 11:00:00 2019
-// Update Count     : 241
+// Last Modified By : Andrew Beach
+// Last Modified On : Fri Mar 27 11:58:00 2020
+// Update Count     : 242
 //
 
@@ -560,5 +560,5 @@
 		// TODO: Replace *exception type with &exception type.
 		if ( throwStmt->get_expr() ) {
-			const StructDecl * exception_decl = indexer.lookupStruct( "__cfaabi_ehm__base_exception_t" );
+			const StructDecl * exception_decl = indexer.lookupStruct( "__cfaehm_base_exception_t" );
 			assert( exception_decl );
 			Type * exceptType = new PointerType( noQualifiers, new StructInstType( noQualifiers, const_cast<StructDecl *>(exception_decl) ) );
@@ -1477,5 +1477,5 @@
 		if ( throwStmt->expr ) {
 			const ast::StructDecl * exceptionDecl =
-				symtab.lookupStruct( "__cfaabi_ehm__base_exception_t" );
+				symtab.lookupStruct( "__cfaehm_base_exception_t" );
 			assert( exceptionDecl );
 			ast::ptr< ast::Type > exceptType =
