-
Bug
-
Resolution: Fixed
-
P3
-
repo-panama
For a varargs function prototype in C, like
void m();
The API for the method should be a varargs method. However, the static forwarder class didn't add the ACC_VARARGS.
void m();
The API for the method should be a varargs method. However, the static forwarder class didn't add the ACC_VARARGS.