Changeset 277936 in webkit for trunk/Source/JavaScriptCore/assembler/MacroAssembler.cpp
- Timestamp:
- May 23, 2021, 2:46:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/MacroAssembler.cpp
r274024 r277936 1 1 /* 2 * Copyright (C) 2012-20 19Apple Inc. All rights reserved.2 * Copyright (C) 2012-2021 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 48 48 } 49 49 50 #if ENABLE(MASM_PROBE)51 50 static void stdFunctionCallback(Probe::Context& context) 52 51 { … … 59 58 probe(tagCFunction<JITProbePtrTag>(stdFunctionCallback), new Function<void(Probe::Context&)>(WTFMove(func))); 60 59 } 61 62 #endif // ENABLE(MASM_PROBE)63 60 64 61 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.