Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
fix: missing stop (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
EperezOk committed Jan 13, 2024
1 parent b7775b7 commit 0694423
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SimpleStore.huff
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
0x04 calldataload // [value]
[VALUE_LOCATION] // [ptr, value]
sstore // []

// End Execution
stop
}

#define macro GET_VALUE() = takes (0) returns (0) {
Expand Down

0 comments on commit 0694423

Please sign in to comment.