mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
add the PtrWrite lowlevel
This commit is contained in:
parent
c22f33ec8a
commit
be31bc5c41
7 changed files with 24 additions and 2 deletions
|
@ -1955,6 +1955,8 @@ impl<'a> LowLevelCall<'a> {
|
|||
backend.storage.load_symbols(code_builder, self.arguments);
|
||||
}
|
||||
|
||||
PtrWrite => todo!("{:?}", self.lowlevel),
|
||||
|
||||
Hash => todo!("{:?}", self.lowlevel),
|
||||
|
||||
Eq | NotEq => self.eq_or_neq(backend),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue