tsoding / porth

It's like Forth but in Python
628 stars 50 forks source link

Remove redundant 8 shr in store64 #53

Closed nfitzen closed 2 years ago

nfitzen commented 2 years ago

The 8 shr in the last line of store64 is redundant because the integer will get wiped anyway.

Also update the copyright notice in LICENSE. I know that this contribution is trivial, but there seem to be other contributors as well.

nfitzen commented 2 years ago

Never mind, https://github.com/tsoding/porth/commit/402cfd6053354f974ec2dbc237962d38cc29c2ba and https://github.com/tsoding/porth/commit/2043de3b44c455602d367978f95f22d525d3ddf4 make this PR redundant.