WIP fix for zig functions returning Bool (strEqual)

This commit is contained in:
Folkert 2023-04-08 16:11:04 +02:00
parent b54912b79b
commit 09b01893c6
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 50 additions and 11 deletions

View file

@ -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(),