Changeset 347925c
- Timestamp:
- Sep 14, 2021, 10:20:51 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- a3769cc
- Parents:
- 63b3279
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/code/throw-empty.cfa
r63b3279 r347925c 11 11 if (frames) { 12 12 unwind_empty(frames - 1); 13 if ( frames == -1 ) printf( "42" ); // prevent recursion optimizations 13 14 } else { 14 15 throw (empty_exception){&empty_vt};
Note: See TracChangeset
for help on using the changeset viewer.