bee2fa8
diff -up firefox-55.0.3/js/src/jit/ExecutableAllocator.h.wasm firefox-55.0.3/js/src/jit/ExecutableAllocator.h
bee2fa8
--- firefox-55.0.3/js/src/jit/ExecutableAllocator.h.wasm	2017-09-05 11:32:12.235909468 +0200
bee2fa8
+++ firefox-55.0.3/js/src/jit/ExecutableAllocator.h	2017-09-05 11:32:46.157916575 +0200
bee2fa8
@@ -219,7 +219,7 @@ class ExecutableAllocator
bee2fa8
 
bee2fa8
     static void poisonCode(JSRuntime* rt, JitPoisonRangeVector& ranges);
bee2fa8
 
bee2fa8
-#if defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_X64) || defined(JS_SIMULATOR_ARM64)
bee2fa8
+#if defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_X64) || defined(JS_SIMULATOR_ARM64) || defined(JS_CODEGEN_NONE)
bee2fa8
     static void cacheFlush(void*, size_t)
bee2fa8
     {
bee2fa8
     }
bee2fa8
diff -up firefox-55.0.3/js/src/jit-test/tests/wasm/bench/wasm_box2d.wasm firefox-55.0.3/js/src/jit-test/tests/wasm/bench/wasm_box2d