Changeset 178693 in webkit for trunk/Source/JavaScriptCore/jit/Repatch.cpp
- Timestamp:
- Jan 19, 2015, 9:01:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/Repatch.cpp
r178441 r178693 1 1 /* 2 * Copyright (C) 2011 , 2012, 2013, 2014Apple Inc. All rights reserved.2 * Copyright (C) 2011-2015 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 1732 1732 toCString(*callerCodeBlock).data(), callLinkInfo.callReturnLocation.labelAtOffset(0).executableAddress(), 1733 1733 codePtr.executableAddress(), toCString(pointerDump(calleeCodeBlock)).data())), 1734 *vm, callerCodeBlock->ownerExecutable(), executable , callLinkInfo.codeOrigin));1734 *vm, callerCodeBlock->ownerExecutable(), executable)); 1735 1735 1736 1736 RepatchBuffer repatchBuffer(callerCodeBlock);
Note:
See TracChangeset
for help on using the changeset viewer.