diff options
Diffstat (limited to 'test/threads.fromasm.no-opts')
-rw-r--r-- | test/threads.fromasm.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/threads.fromasm.no-opts b/test/threads.fromasm.no-opts index 630617846..78538c9c9 100644 --- a/test/threads.fromasm.no-opts +++ b/test/threads.fromasm.no-opts @@ -1,6 +1,6 @@ (module (import "env" "memory" (memory $memory (shared 256 256))) - (import "env" "table" (table 0 0 anyfunc)) + (import "env" "table" (table $table 0 0 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) (import "env" "DYNAMICTOP_PTR" (global $DYNAMICTOP_PTR$asm2wasm$import i32)) |