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
Here I would expect to have an int[100] field on the self-struct, but what is code generated is just an int*. If you initialize it, then it will work because the pointer is pointed at a global variable (static to the trigger_initialize function)
At least we should document this.
The text was updated successfully, but these errors were encountered:
Here I would expect to have an int[100] field on the self-struct, but what is code generated is just an int*. If you initialize it, then it will work because the pointer is pointed at a global variable (static to the
trigger_initialize
function)At least we should document this.
The text was updated successfully, but these errors were encountered: