diff options
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/allocator.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/allocator.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/src/allocator.rs b/compiler/rustc_codegen_gcc/src/allocator.rs index cf8aa500c77..9e54ba05a9b 100644 --- a/compiler/rustc_codegen_gcc/src/allocator.rs +++ b/compiler/rustc_codegen_gcc/src/allocator.rs @@ -158,6 +158,7 @@ fn create_wrapper_function( } } else { assert!(output.is_none()); + block.add_eval(None, ret); block.end_with_void_return(None); } |
