Changeset 9dba83b in git
- Timestamp:
- Jan 6, 2014, 9:41:20 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7fe9e13d7ee23cd0308bd3ba9bfaaa2a09e4b532
- Parents:
- 80fe3f372484fe4788fe8ccdf7d4ee9ae5ed8a2c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/omGetBackTrace.c
r80fe3f r9dba83b 49 49 OM_GET_BACK_TRACE(1) 50 50 OM_GET_BACK_TRACE(2) 51 /* OM_GET_BACK_TRACE(3) 51 /* the following fails on Mac OsX, but the debugging 52 * support it provides is too useful to disable it 53 */ 54 #ifdef __linux 55 #if defined(__x86_64) || defined(__i386) 56 OM_GET_BACK_TRACE(3) 52 57 OM_GET_BACK_TRACE(4) 53 58 OM_GET_BACK_TRACE(5) … … 63 68 OM_GET_BACK_TRACE(15) 64 69 OM_GET_BACK_TRACE(16) 65 OM_GET_BACK_TRACE(17) */ 70 OM_GET_BACK_TRACE(17) 71 #endif 72 #endif 66 73 } 67 74 if (i < max) bt[i] = 0;
Note: See TracChangeset
for help on using the changeset viewer.