diff options
Diffstat (limited to 'test/dot_s/exit.s')
-rw-r--r-- | test/dot_s/exit.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dot_s/exit.s b/test/dot_s/exit.s index 12bf86bf3..2fad9277f 100644 --- a/test/dot_s/exit.s +++ b/test/dot_s/exit.s @@ -6,6 +6,6 @@ main: .result i32 .local i32 i32.const $push0=, 0 - call exit, $pop0 + call exit@FUNCTION, $pop0 .Lfunc_end0: .size main, .Lfunc_end0-main |