Fix compile on ARM non-eabi and non-vfp

Adjust arm_init prototype to match declaration.
master
Michael Matz 2014-01-11 23:44:41 +01:00
parent 9e11476e15
commit 9c6ddbfe90
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ ST_FUNC void arm_init(struct TCCState *s)
#define func_float_type func_old_type
#define func_double_type func_old_type
#define func_ldouble_type func_old_type
ST_FUNC void arm_init(void) {}
ST_FUNC void arm_init(struct TCCState *s) {}
#endif
static int two2mask(int a,int b) {