Skip to content

Commit

Permalink
change type
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-finch-tezos committed Nov 3, 2023
1 parent ce37f8b commit 53e6ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ impl<'host> Context<'host> {
/// Get the remaining instruction count
#[cfg(feature = "fuzz")]
#[inline]
pub const fn instructions_remaining(&self) -> u64 {
pub const fn instructions_remaining(&self) -> usize {
self.instructions_remaining
}
/// Get the [`RootShape`].
Expand Down

0 comments on commit 53e6ecb

Please sign in to comment.