From 9c6ddbfe903445763405d2c8bdec916c8a20f105 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Sat, 11 Jan 2014 23:44:41 +0100 Subject: [PATCH] Fix compile on ARM non-eabi and non-vfp Adjust arm_init prototype to match declaration. --- arm-gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm-gen.c b/arm-gen.c index bc24f707..9611dca6 100644 --- a/arm-gen.c +++ b/arm-gen.c @@ -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) {