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
These opcodes expose AVM scratch space but tealang uses it for local vars allocation.
The solution might be in a special define shared slots(1, 24) or similar in order to inform tealang compiler do not use these slots for local vars.
The text was updated successfully, but these errors were encountered:
These opcodes expose AVM scratch space but tealang uses it for local vars allocation.
The solution might be in a special
define shared slots(1, 24)
or similar in order to inform tealang compiler do not use these slots for local vars.The text was updated successfully, but these errors were encountered: