Index: doc/theses/andrew_beach_MMath/code/throw-empty.cfa
===================================================================
--- doc/theses/andrew_beach_MMath/code/throw-empty.cfa	(revision 8e4284754f97e27edd01d91290981d75981d4349)
+++ doc/theses/andrew_beach_MMath/code/throw-empty.cfa	(revision a3769ccdacc632e22086a04e026c059c11f1a1a3)
@@ -11,4 +11,5 @@
 	if (frames) {
 		unwind_empty(frames - 1);
+		if ( frames == -1 ) printf( "42" );                             // prevent recursion optimizations
 	} else {
 		throw (empty_exception){&empty_vt};
