Changeset 277936 in webkit for trunk/Source/JavaScriptCore/assembler/ProbeStack.h
- Timestamp:
- May 23, 2021, 2:46:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/ProbeStack.h
r254087 r277936 1 1 /* 2 * Copyright (C) 2017-20 18Apple 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 … … 31 31 #include <wtf/Threading.h> 32 32 33 #if ENABLE( MASM_PROBE)33 #if ENABLE(ASSEMBLER) 34 34 35 35 namespace JSC { … … 220 220 } // namespace JSC 221 221 222 #endif // ENABLE( MASM_PROBE)222 #endif // ENABLE(ASSEMBLER)
Note:
See TracChangeset
for help on using the changeset viewer.