Skip to content

Commit

Permalink
Make CairoRunner.initial_ public
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jan 4, 2025
1 parent 92a22a1 commit 4194c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vm/src/vm/runners/cairo_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ pub struct CairoRunner {
pub program_base: Option<Relocatable>,
pub execution_base: Option<Relocatable>,
entrypoint: Option<usize>,
initial_ap: Option<Relocatable>,
initial_fp: Option<Relocatable>,
initial_pc: Option<Relocatable>,
pub initial_ap: Option<Relocatable>,
pub initial_fp: Option<Relocatable>,
pub initial_pc: Option<Relocatable>,
run_ended: bool,
segments_finalized: bool,
execution_public_memory: Option<Vec<usize>>,
Expand Down

0 comments on commit 4194c51

Please sign in to comment.