Commit 4f7aa318 authored by Kai Backman's avatar Kai Backman

fix minor typo in float conversions

R=rsc
APPROVED=rsc
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=35820
CL=35820
parent f9e08759
......@@ -791,8 +791,8 @@ gmove(Node *f, Node *t)
case CASE(TUINT32, TFLOAT64):
fa = AMOVW;
a = AMOVWD;
ta = AMOVW;
goto fltconv;;
ta = AMOVD;
goto fltconv;
case CASE(TUINT64, TFLOAT32):
case CASE(TUINT64, TFLOAT64):
......
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