Changeset 15906 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Aug 15, 2006, 10:19:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Assertions.h
r14263 r15906 97 97 // CRASH -- gets us into the debugger or the crash reporter -- signals are ignored by the crash reporter so we must do better 98 98 99 #define CRASH() *(int *) 0xbbadbeef = 099 #define CRASH() *(int *)(uintptr_t)0xbbadbeef = 0 100 100 101 101 // ASSERT, ASSERT_WITH_MESSAGE, ASSERT_NOT_REACHED
Note:
See TracChangeset
for help on using the changeset viewer.