Skip to content

Commit

Permalink
hacking
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Wuerker committed Mar 9, 2024
1 parent 922bc2b commit e88a5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/library2/std/src/evm.fe
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub fn sdiv(_ x: u256, _ y: u256) -> u256 {
unsafe { return __sdiv(x, y) }
}

pub fn mod(_ x: u256, _ y: u256) -> u256 {
pub fn _mod(_ x: u256, _ y: u256) -> u256 {
unsafe { return __mod(x, y) }
}

Expand Down

0 comments on commit e88a5f8

Please sign in to comment.