Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sre engine
  • Loading branch information
ShaharNaveh committed Jul 3, 2025
commit 6ad5435c5959af6a1d4fa4b0e243bb78de1885e1
2 changes: 1 addition & 1 deletion vm/sre_engine/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ impl MatchContext {
#[must_use]
fn next_at(&mut self, code_position: usize, jump: Jump) -> Self {
self.jump = jump;
MatchContext {
Self {
code_position,
jump: Jump::OpCode,
count: -1,
Expand Down