Commit f8ece317 by Richard Stallman

(real_value_truncate): Correct etrunci argument in case SImode.

From-SVN: r5638
parent 8c6c7b4c
...@@ -871,7 +871,7 @@ real_value_truncate (mode, arg) ...@@ -871,7 +871,7 @@ real_value_truncate (mode, arg)
break; break;
case SImode: case SImode:
r = etrunci (e); r = etrunci (arg);
return (r); return (r);
default: default:
......
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