We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ad126 commit f56205aCopy full SHA for f56205a
runtime/src/lib.rs
@@ -33,9 +33,6 @@ pub(crate) const SYS_READ_PRIVATE_INPUT: u32 = 0x400;
33
#[cfg(target_arch = "riscv32")]
34
pub(crate) const SYS_CYCLE_COUNT: u32 = 0x401;
35
36
-#[allow(dead_code)]
37
-pub(crate) const SYS_OVERWRITE_SP: u32 = 0x402;
38
-#[cfg(target_arch = "riscv32")]
39
pub(crate) const SYS_ALLOC_ALIGNED: u32 = 0x403;
40
41
pub(crate) const SYS_PERFORM_HEAP_ALLOCATION: u32 = 0x405;
0 commit comments