mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Clip
This commit is contained in:
parent
b5dd5d4e80
commit
8e117c0877
1 changed files with 1 additions and 3 deletions
|
@ -3712,9 +3712,7 @@ fn set_jump_and_catch_long_jump<'a, 'ctx, 'env>(
|
|||
let ptr_int_ptr = get_panic_msg_ptr(env);
|
||||
|
||||
// u8* again
|
||||
let ptr_int = builder.build_load(ptr_int_ptr, "ptr_int");
|
||||
|
||||
ptr_int
|
||||
builder.build_load(ptr_int_ptr, "ptr_int")
|
||||
};
|
||||
|
||||
let return_value = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue