mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 10:31:04 +00:00
@@ -10,7 +10,10 @@ pub const LLVM_VERSION: semver::Version = semver::Version::new(18, 1, 4);
|
||||
pub const ZKEVM_VERSION: semver::Version = semver::Version::new(1, 3, 2);
|
||||
|
||||
/// The register width sized type
|
||||
#[cfg(not(feature = "riscv-64"))]
|
||||
pub static XLEN: usize = revive_common::BIT_LENGTH_X32;
|
||||
#[cfg(feature = "riscv-64")]
|
||||
pub static XLEN: usize = revive_common::BIT_LENGTH_X64;
|
||||
|
||||
/// The heap memory pointer pointer global variable name.
|
||||
pub static GLOBAL_HEAP_MEMORY_POINTER: &str = "memory_pointer";
|
||||
|
||||
Reference in New Issue
Block a user