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