Index: src/ControlStruct/ExceptTranslate.cc
===================================================================
--- src/ControlStruct/ExceptTranslate.cc	(revision 8bafacc74962838e850f1305c85abbf4ed4f878b)
+++ src/ControlStruct/ExceptTranslate.cc	(revision a378ca76d6b82f7b2aac7ab0f7502529cab85dfb)
@@ -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;
 			}
