diff options
Diffstat (limited to 'sim/erc32/float.c')
-rw-r--r-- | sim/erc32/float.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/erc32/float.c b/sim/erc32/float.c index 1b8f0fc..598b7cc 100644 --- a/sim/erc32/float.c +++ b/sim/erc32/float.c @@ -36,9 +36,9 @@ /* Forward declarations */ -extern uint32 _get_sw PARAMS ((void)); -extern uint32 _get_cw PARAMS ((void)); -static void __setfpucw PARAMS ((unsigned short fpu_control)); +extern uint32 _get_sw (void); +extern uint32 _get_cw (void); +static void __setfpucw (unsigned short fpu_control); /* This host dependent routine should return the accrued exceptions */ int |