Delete Console Write 2

This commit is contained in:
MS-DOS1999 2018-03-21 17:45:13 +01:00
parent 9bdfad35e8
commit 17775735ab

View file

@ -263,7 +263,6 @@ namespace ChocolArm64.Instruction
public static double Round(double Value, int Fpcr)
{
Console.Write("Value : {0}", Value);
switch ((ARoundMode)((Fpcr >> 22) & 3))
{
case ARoundMode.ToNearest: return Math.Round (Value);