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
{{ message }}
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
Check generated C++ code of ToBePatched.FuncWithEnum. There is no Box() on enum argument, which introduce a compilation error.
int32_t L_3 = ___a0; // __a0 is enum but passed as int32_tNullCheck(L_2);
IL2CPP_ARRAY_BOUNDS_CHECK(L_2, ((int32_t)0));
ArrayElementTypeCheck (L_2, L_3); // L_3 is not boxed.