summaryrefslogtreecommitdiff
path: root/test/threads.wasm-only.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/threads.wasm-only.fromasm')
-rw-r--r--test/threads.wasm-only.fromasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/threads.wasm-only.fromasm b/test/threads.wasm-only.fromasm
index 37316cc00..10e1806b0 100644
--- a/test/threads.wasm-only.fromasm
+++ b/test/threads.wasm-only.fromasm
@@ -1,7 +1,7 @@
(module
(import "env" "memory" (memory $memory (shared 256 256)))
- (data (get_global $memoryBase) "threads.wasm-only.asm.js")
- (import "env" "memoryBase" (global $memoryBase i32))
+ (data (get_global $__memory_base) "threads.wasm-only.asm.js")
+ (import "env" "__memory_base" (global $__memory_base i32))
(global $tempRet0 (mut i32) (i32.const 0))
(export "test64" (func $legalstub$test64))
(export "getTempRet0" (func $getTempRet0))