diff options
Diffstat (limited to 'test/debugInfo.fromasm')
-rw-r--r-- | test/debugInfo.fromasm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/debugInfo.fromasm b/test/debugInfo.fromasm index 366ffb4d8..c9eb61d21 100644 --- a/test/debugInfo.fromasm +++ b/test/debugInfo.fromasm @@ -1,7 +1,7 @@ (module (import "env" "memory" (memory $memory 256 256)) - (data (get_global $memoryBase) "debugInfo.asm.js") - (import "env" "memoryBase" (global $memoryBase i32)) + (data (get_global $__memory_base) "debugInfo.asm.js") + (import "env" "__memory_base" (global $__memory_base i32)) (export "add" (func $add)) (export "ret" (func $ret)) (export "opts" (func $opts)) |