Changeset 39197 in webkit for trunk/JavaScriptCore/wrec/WRECGenerator.cpp
- Timestamp:
- Dec 10, 2008, 8:35:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wrec/WRECGenerator.cpp
r39130 r39197 71 71 #ifndef NDEBUG 72 72 // ASSERT that the output register is not null. 73 Jump outputNotNull = jn e32(output, Imm32(0));73 Jump outputNotNull = jnzPtr(output); 74 74 breakpoint(); 75 75 outputNotNull.link(this);
Note:
See TracChangeset
for help on using the changeset viewer.