- Change the formatting for floating immediates in the dissasembly to %g.

SVN r3917 (scripting)
This commit is contained in:
Randy Heit 2012-10-28 01:16:01 +00:00
parent 31ab5ed866
commit 29bc9cbf35

View file

@ -370,7 +370,7 @@ static int print_reg(FILE *out, int col, int arg, int mode, int immshift, const
case MODE_KF:
if (func != NULL)
{
return col+printf_wrapper(out, "%f", func->KonstF[arg]);
return col+printf_wrapper(out, "%g", func->KonstF[arg]);
}
return col+printf_wrapper(out, "kf%d", arg);
case MODE_KS: