Changeset 15906 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Aug 15, 2006, 10:19:09 PM (19 years ago)
Author:
sfalken
Message:

2006-08-15 Steve Falkenburg <[email protected]>

Reviewed by mjs.


Build fix.

  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • wtf/Assertions.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Assertions.h

    r14263 r15906  
    9797// CRASH -- gets us into the debugger or the crash reporter -- signals are ignored by the crash reporter so we must do better
    9898
    99 #define CRASH() *(int *)0xbbadbeef = 0
     99#define CRASH() *(int *)(uintptr_t)0xbbadbeef = 0
    100100
    101101// ASSERT, ASSERT_WITH_MESSAGE, ASSERT_NOT_REACHED
Note: See TracChangeset for help on using the changeset viewer.