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
Only gcc_jit_rvalue_dereference_field is wrapped, so it is impossible to access members of a struct/union except from a pointer. (lvalues can have their addresses taken to become a pointer, but rvalues cannot).
The text was updated successfully, but these errors were encountered:
Only
gcc_jit_rvalue_dereference_field
is wrapped, so it is impossible to access members of a struct/union except from a pointer. (lvalues can have their addresses taken to become a pointer, but rvalues cannot).The text was updated successfully, but these errors were encountered: