mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
Update evm/src/cpu/kernel/global_metadata.rs
Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org>
This commit is contained in:
parent
be0a5269ab
commit
f951345556
@ -2,7 +2,7 @@
|
||||
/// kernel's context (which is zero).
|
||||
#[derive(Copy, Clone, Eq, PartialEq, Hash, Ord, PartialOrd, Debug)]
|
||||
pub(crate) enum GlobalMetadata {
|
||||
/// The larger context ID that has been used so far in this execution. Tracking this allows us
|
||||
/// The largest context ID that has been used so far in this execution. Tracking this allows us
|
||||
/// give each new context a unique ID, so that its memory will be zero-initialized.
|
||||
LargestContext = 0,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user