mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-25 04:52:32 +00:00
print all the relevant info
This commit is contained in:
parent
e7f3c6f281
commit
e44a8a9eed
17 changed files with 308 additions and 12 deletions
|
@ -1123,7 +1123,7 @@ pub(crate) fn run_low_level<'a, 'ctx, 'env>(
|
|||
// now what
|
||||
arguments!(condition);
|
||||
|
||||
let region = roc_region::all::Region::zero(); // todo
|
||||
let region = unsafe { std::mem::transmute::<_, roc_region::all::Region>(args[0]) };
|
||||
|
||||
crate::llvm::expect::clone_to_shared_memory(
|
||||
env,
|
||||
|
@ -1131,7 +1131,7 @@ pub(crate) fn run_low_level<'a, 'ctx, 'env>(
|
|||
layout_ids,
|
||||
args[0],
|
||||
region,
|
||||
&[],
|
||||
&[args[0]],
|
||||
);
|
||||
|
||||
crate::llvm::expect::send_dbg(env);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue