mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Update openvm to v1.4.2-rc.1 (#236)
This commit is contained in:
@@ -35,7 +35,7 @@ fn __start(_argc: isize, _argv: *const *const u8) -> isize {
|
||||
unreachable!()
|
||||
}
|
||||
|
||||
// According to https://github.com/openvm-org/openvm/blob/v1.4.1/crates/toolchain/openvm/src/process.rs
|
||||
// According to https://github.com/openvm-org/openvm/blob/v1.4.2-rc.1/crates/toolchain/openvm/src/process.rs
|
||||
#[inline(always)]
|
||||
fn terminate() {
|
||||
unsafe {
|
||||
@@ -45,7 +45,7 @@ fn terminate() {
|
||||
}
|
||||
}
|
||||
|
||||
// According to https://github.com/openvm-org/openvm/blob/v1.4.1/crates/toolchain/openvm/src/process.rs
|
||||
// According to https://github.com/openvm-org/openvm/blob/v1.4.2-rc.1/crates/toolchain/openvm/src/process.rs
|
||||
#[panic_handler]
|
||||
fn panic_impl(_panic_info: &core::panic::PanicInfo) -> ! {
|
||||
unsafe {
|
||||
|
||||
Reference in New Issue
Block a user