set self.dynamic_mode to FirstOrNext::Next independently of succeed or failure in dynamic indexing instructions (prompted by #922)
This commit is contained in:
@@ -3268,13 +3268,13 @@ impl MachineState {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
self.dynamic_mode = FirstOrNext::Next;
|
||||
}
|
||||
None => {
|
||||
self.fail = true;
|
||||
}
|
||||
}
|
||||
|
||||
self.dynamic_mode = FirstOrNext::Next;
|
||||
}
|
||||
|
||||
pub(super) fn execute_indexed_choice_instr(
|
||||
|
||||
Reference in New Issue
Block a user