diff options
Diffstat (limited to 'test/dot_s/asm_const.s')
-rw-r--r-- | test/dot_s/asm_const.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dot_s/asm_const.s b/test/dot_s/asm_const.s index fc055579d..04c2c8630 100644 --- a/test/dot_s/asm_const.s +++ b/test/dot_s/asm_const.s @@ -6,7 +6,7 @@ main: # @main .result i32 # BB#0: i32.const $push0=, .str - call emscripten_asm_const, $pop0 + call emscripten_asm_const@FUNCTION, $pop0 i32.const $push1=, 0 return $pop1 .Lfunc_end0: |