You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
causes a panic in yulgen::mappers::assignments::assign.
How can it be fixed
The code for the (Location::Memory, Location::Memory) assignment case should be replaced with an mcopym(typ, target, value), with mcopym redefined to take two pointers (to match scopys), and the existing mcopym that returns a new ptr renamed to mclone or something.
The text was updated successfully, but these errors were encountered:
What is wrong?
Code like
causes a panic in
yulgen::mappers::assignments::assign
.How can it be fixed
The code for the
(Location::Memory, Location::Memory)
assignment case should be replaced with anmcopym(typ, target, value)
, with mcopym redefined to take two pointers (to match scopys), and the existing mcopym that returns a new ptr renamed to mclone or something.The text was updated successfully, but these errors were encountered: