Changeset 1290 for trunk/src/lol/debug.h
- Timestamp:
- Apr 24, 2012, 8:17:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lol/debug.h
r1240 r1290 24 24 static inline void Abort() 25 25 { 26 #if defined __CELLOS_LV2__ 27 *(uint32_t *)NULL = 0; 28 #else 26 29 std::abort(); 30 #endif 27 31 } 28 32
Note: See TracChangeset
for help on using the changeset viewer.