Index: doc/theses/andrew_beach_MMath/code/throw-finally.cfa
===================================================================
--- doc/theses/andrew_beach_MMath/code/throw-finally.cfa	(revision ee23a8d0b19c3c92187b39ec38ee19086eb2b62d)
+++ doc/theses/andrew_beach_MMath/code/throw-finally.cfa	(revision 86fc350b0fed75cdbddd02c1dea171034661f0c8)
@@ -14,5 +14,5 @@
 			unwind_finally(frames - 1);
 		} finally {
-			// ...
+			asm volatile ("# finally block");
 		}
 	} else {
@@ -36,5 +36,5 @@
 			unwind_finally(total_frames);
 		} catch (empty_exception *) {
-			// ...
+			asm volatile ("# catch block");
 		}
 	}
