Skip to content

Commit e88a5f8

Browse files
author
Grant Wuerker
committed
hacking
1 parent 922bc2b commit e88a5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crates/library2/std/src/evm.fe

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub fn sdiv(_ x: u256, _ y: u256) -> u256 {
9090
unsafe { return __sdiv(x, y) }
9191
}
9292

93-
pub fn mod(_ x: u256, _ y: u256) -> u256 {
93+
pub fn _mod(_ x: u256, _ y: u256) -> u256 {
9494
unsafe { return __mod(x, y) }
9595
}
9696

0 commit comments

Comments
 (0)