Skip to content

Commit

Permalink
fix: account for op stack table length dominating the AET
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Nov 4, 2023
1 parent ddb220f commit f465f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions triton-vm/src/aet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ impl AlgebraicExecutionTrace {
let relevant_table_heights = [
self.program_table_length(),
self.processor_table_length(),
self.op_stack_table_length(),
self.hash_table_length(),
self.cascade_table_length(),
self.lookup_table_length(),
Expand Down

0 comments on commit f465f75

Please sign in to comment.