implement roc_panic aarch64

This commit is contained in:
Luke Boswell 2023-10-08 22:35:47 +11:00 committed by Folkert
parent 04867dc2ea
commit 99369dec85
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 13 additions and 20 deletions

View file

@ -1048,9 +1048,6 @@ impl<
// now, this gives a pointer to the value
ASM::data_pointer(&mut self.buf, &mut self.relocs, data_name, reg);
// dereference
ASM::mov_reg64_mem64_offset32(&mut self.buf, reg, reg, 0);
}
fn build_fn_call(