Changes in / [ebb6158:a3769cc]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/code/throw-empty.cfa

    rebb6158 ra3769cc  
    1111        if (frames) {
    1212                unwind_empty(frames - 1);
     13                if ( frames == -1 ) printf( "42" );                             // prevent recursion optimizations
    1314        } else {
    1415                throw (empty_exception){&empty_vt};
Note: See TracChangeset for help on using the changeset viewer.