mirror of
https://github.com/frida/tinycc
synced 2024-11-28 10:33:07 +03:00
Fix compile on ARM non-eabi and non-vfp
Adjust arm_init prototype to match declaration.
This commit is contained in:
parent
9e11476e15
commit
9c6ddbfe90
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user