Changeset ae66348 for libcfa/src/startup.cfa
- Timestamp:
- Mar 24, 2020, 1:39:31 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c72ea7a, f100a83
- Parents:
- 210b8b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/startup.cfa
r210b8b3 rae66348 41 41 struct __spinlock_t; 42 42 extern "C" { 43 void __cfaabi_dbg_record (struct __spinlock_t & this, const char prev_name[]) __attribute__(( weak )) {}43 void __cfaabi_dbg_record_lock(struct __spinlock_t & this, const char prev_name[]) __attribute__(( weak )) {} 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.