Commit 99c7b2f6 by Jim Wilson

(save_regs, restore_regs): Use __inline__ not inline.

From-SVN: r6499
parent dfe1a916
......@@ -1982,7 +1982,7 @@ int hard_regno_mode_ok[] = {
TF_MODES, SF_MODES, DF_MODES, SF_MODES, TF_MODES, SF_MODES, DF_MODES, SF_MODES};
#ifdef __GNUC__
inline
__inline__
#endif
static int
save_regs (file, low, high, base, offset, n_fregs)
......@@ -2014,7 +2014,7 @@ save_regs (file, low, high, base, offset, n_fregs)
}
#ifdef __GNUC__
inline
__inline__
#endif
static int
restore_regs (file, low, high, base, offset, n_fregs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment