mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-24 10:00:07 +08: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