Changeset 221032 in webkit for trunk/Source/JavaScriptCore/assembler
- Timestamp:
- Aug 22, 2017, 12:22:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.cpp
r221002 r221032 704 704 #endif // COMPILER(GCC_OR_CLANG) 705 705 #endif // CPU(X86_64) 706 707 #if OS(WINDOWS) && CPU(X86_64)708 static bool booleanTrueForAvoidingNoReturnDeclaration() { return true; }709 710 extern "C" void ctiMasmProbeTrampoline()711 {712 if (booleanTrueForAvoidingNoReturnDeclaration())713 RELEASE_ASSERT_NOT_REACHED();714 }715 #endif // OS(WINDOWS)716 706 717 707 // What code is emitted for the probe?
Note:
See TracChangeset
for help on using the changeset viewer.