view gcc/config/frv/uitof.c @ 59:5b5b9ea5b220

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 15 Feb 2010 17:22:24 +0900
parents a06113de4d67
children
line wrap: on
line source

float __uitof (unsigned int a)
{
  return a;
}