Skip to content

Commit 85b1cb9

Browse files
Saw-mon-and-Nataliecameel
authored andcommitted
fixed MSTORE typo
1 parent 9bce5f9 commit 85b1cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/libevmasm/Assembler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ BOOST_AUTO_TEST_CASE(immutables_and_its_source_maps)
229229
auto const NumExpectedMappings =
230230
(
231231
2 + // PUSH <a> PUSH <b>
232-
(numActualRefs - 1) * 5 + // DUP DUP PUSH <n> ADD MTOSRE
233-
3 // PUSH <n> ADD MSTORkhbE
232+
(numActualRefs - 1) * 5 + // DUP DUP PUSH <n> ADD MSTORE
233+
3 // PUSH <n> ADD MSTORE
234234
) * numImmutables;
235235

236236
auto constexpr NumSubs = 1;

0 commit comments

Comments
 (0)