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
I have a VM I am working on that uses an array of functions to handle opcodes. Unfortunately these functions are not instrumented. I tried changing the array to a slice, with the same result.
This bug probably effects map and struct literals as well...
The text was updated successfully, but these errors were encountered:
I have a VM I am working on that uses an array of functions to handle opcodes. Unfortunately these functions are not instrumented. I tried changing the array to a slice, with the same result.
This bug probably effects map and struct literals as well...
The text was updated successfully, but these errors were encountered: