Changeset 79247 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Feb 21, 2011, 1:14:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r78732 r79247 37 37 #endif 38 38 39 #define ASSERT_JIT_OFFSET(actual, expected) ASSERT_WITH_MESSAGE(actual == expected, "JIT Offset \"%s\" should be %d, not %d.\n", #expected, static_cast<int>( actual), static_cast<int>(expected));39 #define ASSERT_JIT_OFFSET(actual, expected) ASSERT_WITH_MESSAGE(actual == expected, "JIT Offset \"%s\" should be %d, not %d.\n", #expected, static_cast<int>(expected), static_cast<int>(actual)); 40 40 41 41 #include "CodeBlock.h"
Note:
See TracChangeset
for help on using the changeset viewer.