From f15dfad271e0d6ec1327b780df27639cc78a8424 Mon Sep 17 00:00:00 2001
From: Cristian Tuns <ctuns@mozilla.com>
Date: Thu, 9 Sep 2021 09:25:41 -0400
Subject: [PATCH] Backed out changeset f41a5f974305 (bug 1728549) for causing
 spidermonkey bustages. CLOSED TREE

---
 js/src/wasm/WasmBCMemory.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/wasm/WasmBCMemory.cpp b/js/src/wasm/WasmBCMemory.cpp
index 4400da83b4237..5122ac587f61a 100644
--- a/js/src/wasm/WasmBCMemory.cpp
+++ b/js/src/wasm/WasmBCMemory.cpp
@@ -912,7 +912,7 @@ static void Deallocate(BaseCompiler* bc, RegI32 rv, const Temps& temps) {
   bc->maybeFree(temps.t2);
 }
 
-#elif defined(__wasi__)
+#elif defined(JS_CODEGEN_NONE)
 
 using Temps = Nothing;
 
-- 
GitLab