- File:
-
- 1 edited
-
doc/working/exception/reference.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/working/exception/reference.c
r6b72040 r4a58895 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 *);118 116 119 117 // GCC (Dwarf2 ?) Frame Layout Macros 120 // See: https://gcc.gnu.org/onlinedocs/gccint/Frame-Layout.html 121 // Include from: ??? 118 // https://gcc.gnu.org/onlinedocs/gccint/Frame-Layout.html 122 119 123 120 FIRST_PARAM_OFFSET(fundecl)
Note:
See TracChangeset
for help on using the changeset viewer.