dummy change to get tests to rerun :P

This commit is contained in:
Nicholas Ward 2023-06-20 12:48:21 -07:00
parent 9bb6da049e
commit 2fa43121d7

View File

@ -195,6 +195,7 @@ impl<'a> Interpreter<'a> {
.content
.clone()
}
pub(crate) fn get_memory_segment_bytes(&self, segment: Segment) -> Vec<u8> {
self.generation_state.memory.contexts[0].segments[segment as usize]