From 06944235c1627924379eb7e6407ac35c39c47f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A9rez?= <67927465+EperezOk@users.noreply.github.com> Date: Sat, 13 Jan 2024 14:29:07 -0300 Subject: [PATCH] fix: missing stop (#17) --- src/SimpleStore.huff | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SimpleStore.huff b/src/SimpleStore.huff index 26d48e3..f202687 100644 --- a/src/SimpleStore.huff +++ b/src/SimpleStore.huff @@ -10,6 +10,9 @@ 0x04 calldataload // [value] [VALUE_LOCATION] // [ptr, value] sstore // [] + + // End Execution + stop } #define macro GET_VALUE() = takes (0) returns (0) {