Skip to content

Commit

Permalink
Added package() function to proc_base_jit_wrapper.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 653072217
  • Loading branch information
hongted authored and copybara-github committed Jul 17, 2024
1 parent a2a8998 commit 069029c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xls/jit/proc_base_jit_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class BaseProcJitWrapper {
new RealType(std::move(package), proc, std::move(aot), runtime));
}

Package* package() const { return package_.get(); }
ProcRuntime* runtime() const { return runtime_.get(); }

// Reset the state of all of the procs to their initial state.
Expand Down

0 comments on commit 069029c

Please sign in to comment.