add the PtrWrite lowlevel

This commit is contained in:
Folkert 2023-04-23 15:19:46 +02:00
parent c22f33ec8a
commit be31bc5c41
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 24 additions and 2 deletions

View file

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