-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix errors in
intrinsics::mem::replace_element
,
`intrinsics::mem::store_felt_unchecked`, `intrinsics::mem::load_sw` #230 - assert in `intrinsics::mem::replace_element`, - storing not in the word address in `intrinsics::mem::store_felt_unchecked`, -loading from not from a pointer, but a value(partial) in `intrinsics::mem::load_sw` causing "out of bounds memory access". Add test for `mem::intrinsics::store_sw/load_sw`
- Loading branch information
Showing
2 changed files
with
72 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters