mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
WIP fix for zig functions returning Bool (strEqual)
This commit is contained in:
parent
b54912b79b
commit
09b01893c6
7 changed files with 50 additions and 11 deletions
|
@ -1201,7 +1201,7 @@ impl<
|
|||
ASM::eq_reg64_reg64_reg64(&mut self.buf, dst_reg, src1_reg, src2_reg);
|
||||
}
|
||||
Layout::STR => {
|
||||
// use a zig call
|
||||
// use a zig call. This is a bit weird because the dev backend does not handle
|
||||
self.build_fn_call(
|
||||
dst,
|
||||
bitcode::STR_EQUAL.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue