Fix the location of the static keyword.

MFC with:	r339738
Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2018-10-30 10:16:21 +00:00
parent 5bae7542d4
commit bb966f87bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339912

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