diff options
Diffstat (limited to 'test/torture-s/int-compare.c.s')
-rw-r--r-- | test/torture-s/int-compare.c.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/torture-s/int-compare.c.s b/test/torture-s/int-compare.c.s index 0c780127b..23bd09b06 100644 --- a/test/torture-s/int-compare.c.s +++ b/test/torture-s/int-compare.c.s @@ -66,7 +66,7 @@ true: # @true # BB#1: # %if.end return .LBB4_2: # %if.then - call abort + call abort@FUNCTION unreachable .Lfunc_end4: .size true, .Lfunc_end4-true @@ -83,7 +83,7 @@ false: # @false # BB#1: # %if.end return .LBB5_2: # %if.then - call abort + call abort@FUNCTION unreachable .Lfunc_end5: .size false, .Lfunc_end5-false @@ -108,7 +108,7 @@ main: # @main .result i32 # BB#0: # %entry i32.const $push0=, 0 - call exit, $pop0 + call exit@FUNCTION, $pop0 unreachable .Lfunc_end7: .size main, .Lfunc_end7-main |