mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
Fix compile on ARM non-eabi and non-vfp
Adjust arm_init prototype to match declaration.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user