$OpenBSD$ index 29ade67..6980f91 100644 --- js/src/jit-test/tests/asm.js/testStackWalking.js.orig Fri Feb 20 15:40:37 2015 +++ js/src/jit-test/tests/asm.js/testStackWalking.js Fri Feb 20 15:40:37 2015 @@ -17,6 +17,8 @@ function dumpStack() stack = new Error().stack } +setCachingEnabled(true); + var callFFI = asmCompile('global', 'ffis', USE_ASM + "var ffi=ffis.ffi; function f() { return ffi()|0 } return f"); var f = asmLink(callFFI, null, {ffi:dumpStack});