Changeset 6b72040 for doc/working/exception/reference.c
- Timestamp:
- Jun 2, 2017, 1:10:26 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:
- 93684eb
- Parents:
- acd738aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/working/exception/reference.c
racd738aa r6b72040 114 114 // __builtin_eh_return_data_regno(^) ^=[0..3]? gives index. 115 115 116 // Locally we also seem to have: 117 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *); 116 118 117 119 // GCC (Dwarf2 ?) Frame Layout Macros 118 // https://gcc.gnu.org/onlinedocs/gccint/Frame-Layout.html 120 // See: https://gcc.gnu.org/onlinedocs/gccint/Frame-Layout.html 121 // Include from: ??? 119 122 120 123 FIRST_PARAM_OFFSET(fundecl)
Note: See TracChangeset
for help on using the changeset viewer.