Index: src/ControlStruct/ExceptTranslate.cc
===================================================================
--- src/ControlStruct/ExceptTranslate.cc	(revision 8bafacc74962838e850f1305c85abbf4ed4f878b)
+++ src/ControlStruct/ExceptTranslate.cc	(revision d8893ca8c3a93edede949bb75c6d4f23d5d6cf8a)
@@ -622,5 +622,5 @@
 				assertf(false, "Invalid throw in %s at %i\n",
 					throwStmt->location.filename.c_str(),
-					throwStmt->location.linenumber);
+					throwStmt->location.first_line);
 				return nullptr;
 			}
@@ -633,5 +633,5 @@
 				assertf(false, "Invalid throwResume in %s at %i\n",
 					throwStmt->location.filename.c_str(),
-					throwStmt->location.linenumber);
+					throwStmt->location.first_line);
 				return nullptr;
 			}
