nullable wrapped tags

This commit is contained in:
Folkert 2022-08-06 14:40:00 +02:00
parent 98e1ee1bf7
commit 546b702740
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
8 changed files with 361 additions and 10 deletions

View file

@ -81,4 +81,6 @@ pub trait ReplAppMemory {
}
fn deref_str(&self, addr: usize) -> &str;
fn deref_pointer_with_tag_id(&self, addr: usize) -> (u16, u64);
}