mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
mock data pointers
This commit is contained in:
parent
8a9126b024
commit
8db86fc887
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ impl Assembler<AArch64GeneralReg, AArch64FloatReg> for AArch64Assembler {
|
||||||
_fn_name: String,
|
_fn_name: String,
|
||||||
_dst: AArch64GeneralReg,
|
_dst: AArch64GeneralReg,
|
||||||
) {
|
) {
|
||||||
todo!("data pointer for AArch64");
|
eprintln!("data_pointer not implemented for this target");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline(always)]
|
#[inline(always)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue