Skip to content

Commit

Permalink
Make CairoRunner.execution_base public
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jan 4, 2025
1 parent 5f29188 commit 92a22a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/vm/runners/cairo_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub struct CairoRunner {
layout: CairoLayout,
final_pc: Option<Relocatable>,
pub program_base: Option<Relocatable>,
execution_base: Option<Relocatable>,
pub execution_base: Option<Relocatable>,
entrypoint: Option<usize>,
initial_ap: Option<Relocatable>,
initial_fp: Option<Relocatable>,
Expand Down

0 comments on commit 92a22a1

Please sign in to comment.