Changeset 194894 in webkit for trunk/Source/JavaScriptCore/jit/GPRInfo.cpp
- Timestamp:
- Jan 12, 2016, 9:17:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/GPRInfo.cpp
r194068 r194894 31 31 namespace JSC { 32 32 33 // This is in the .cpp file to work around clang issues. 33 34 #if CPU(X86_64) 34 // This is in the .cpp file to work around clang issues.35 35 const GPRReg GPRInfo::patchpointScratchRegister = MacroAssembler::s_scratchRegister; 36 #elif CPU(ARM64) 37 const GPRReg GPRInfo::patchpointScratchRegister = ARM64Registers::ip0; 36 38 #endif 37 39
Note:
See TracChangeset
for help on using the changeset viewer.