Commit graph

1 commit

Author SHA1 Message Date
Michael Forney
422067abb8 core/asm: Fix encoding of pushed labels
EVM uses big-endian byte-order, so to pad a label value to 4 bytes,
zeros must be added to the front, not the end.
2019-10-28 12:36:19 -07:00