Changeset 113389 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCapabilities.cpp
- Timestamp:
- Apr 5, 2012 3:51:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCapabilities.cpp
r98179 r113389 62 62 bool canCompileOpcodes(CodeBlock* codeBlock) 63 63 { 64 if (!MacroAssembler::supportsFloatingPoint()) 65 return false; 64 66 return canHandleOpcodes<canCompileOpcode>(codeBlock); 65 67 }
Note: See TracChangeset
for help on using the changeset viewer.