mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
implement roc_panic aarch64
This commit is contained in:
parent
04867dc2ea
commit
99369dec85
4 changed files with 13 additions and 20 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue