mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
first automatic changes
This commit is contained in:
parent
6ccee5360a
commit
b3177a157c
4 changed files with 8 additions and 7 deletions
|
@ -317,7 +317,7 @@ fn generate_wrapper<'a, B: Backend<'a>>(
|
|||
let (proc_data, offset) = backend.build_wrapped_jmp();
|
||||
let proc_offset = output.add_symbol_data(proc_id, text_section, proc_data, 16);
|
||||
|
||||
let name = wraps.as_str().as_bytes();
|
||||
let name = wraps.as_bytes();
|
||||
// If the symbol is an undefined zig builtin, we need to add it here.
|
||||
let symbol = Symbol {
|
||||
name: name.to_vec(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue