Functions defined as part of an array or slice literal are not instrumented
Opened this issue · 0 comments
milochristiansen commented
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...