Changeset 230826 in webkit for trunk/Source/JavaScriptCore/tools/CodeProfiling.cpp
- Timestamp:
- Apr 19, 2018, 4:30:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/tools/CodeProfiling.cpp
r218080 r230826 1 1 /* 2 * Copyright (C) 2012 Apple Inc. All rights reserved.2 * Copyright (C) 2012-2018 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 73 73 PlatformRegisters& platformRegisters = WTF::registersFromUContext(static_cast<ucontext_t*>(uap)); 74 74 CodeProfiling::sample( 75 MachineContext::instructionPointer(platformRegisters) ,75 MachineContext::instructionPointer(platformRegisters).untaggedExecutableAddress(), 76 76 reinterpret_cast<void**>(MachineContext::framePointer(platformRegisters))); 77 77 }
Note:
See TracChangeset
for help on using the changeset viewer.