Changeset 6a48cc9 for doc/working/exception/impl/exception.c
- Timestamp:
- Jun 14, 2017, 2:46:27 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 78372fd, 838ef08
- Parents:
- e4e9173
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/working/exception/impl/exception.c
re4e9173 r6a48cc9 222 222 ? _URC_CONTINUE_UNWIND : _URC_HANDLER_FOUND; 223 223 shared_stack.current_handler_index = index; 224 225 224 226 225 // Based on the return value, check if we matched the exception
Note: See TracChangeset
for help on using the changeset viewer.