mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Revert "WIP fix for zig functions returning Bool (strEqual)"
This reverts commit 09b01893c6
.
This commit is contained in:
parent
09b01893c6
commit
9dd69f6f9c
7 changed files with 12 additions and 51 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. This is a bit weird because the dev backend does not handle
|
||||
// use a zig call
|
||||
self.build_fn_call(
|
||||
dst,
|
||||
bitcode::STR_EQUAL.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue