Fix the location of the static keyword.

MFC with:	r339738
Sponsored by:	DARPA, AFRL
This commit is contained in:
andrew 2018-10-30 10:16:21 +00:00
parent 12d6a6c7c6
commit 5e8dfc23bc

View File

@ -60,7 +60,7 @@ volatile int init_array_state = -1;
void _Jv_RegisterClasses(const func_ptr *);
__section(".jcr") __used func_ptr static jcr_func = (func_ptr)1;
__section(".jcr") __used static func_ptr jcr_func = (func_ptr)1;
const void *jcr_func_ptr = &jcr_func;
void