Changeset 277936 in webkit for trunk/Source/JavaScriptCore/assembler/ProbeStack.cpp
- Timestamp:
- May 23, 2021, 2:46:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/ProbeStack.cpp
r254087 r277936 1 1 /* 2 * Copyright (C) 2017 Apple Inc. All rights reserved.2 * Copyright (C) 2017-2021 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 30 30 #include <wtf/StdLibExtras.h> 31 31 32 #if ENABLE( MASM_PROBE)32 #if ENABLE(ASSEMBLER) 33 33 34 34 namespace JSC { … … 158 158 } // namespace JSC 159 159 160 #endif // ENABLE( MASM_PROBE)160 #endif // ENABLE(ASSEMBLER)
Note:
See TracChangeset
for help on using the changeset viewer.