Commit 16ab04d3 by Richard Stallman

(init_fixtab): Fix typo for fix_truncdfqi2.

From-SVN: r2093
parent b818abb0
...@@ -2725,7 +2725,7 @@ init_fixtab () ...@@ -2725,7 +2725,7 @@ init_fixtab ()
#endif #endif
#ifdef HAVE_fix_truncdfqi2 #ifdef HAVE_fix_truncdfqi2
if (HAVE_fix_truncdfsi2) if (HAVE_fix_truncdfqi2)
fixtrunctab[(int) DFmode][(int) QImode][0] = CODE_FOR_fix_truncdfqi2; fixtrunctab[(int) DFmode][(int) QImode][0] = CODE_FOR_fix_truncdfqi2;
#endif #endif
#ifdef HAVE_fix_truncdfhi2 #ifdef HAVE_fix_truncdfhi2
......
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