Changeset 251904 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
- Timestamp:
- Oct 31, 2019, 8:23:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
r251886 r251904 2016 2016 end 2017 2017 2018 if WEBASSEMBLY 2018 // FIXME: We should not need the X86_64_WIN condition here, since WEBASSEMBLY should already be false on Windows 2019 // https://bugs.webkit.org/show_bug.cgi?id=203716 2020 if WEBASSEMBLY and not X86_64_WIN 2019 2021 2020 2022 entry(wasm, macro()
Note:
See TracChangeset
for help on using the changeset viewer.