Delete Console Write 2
This commit is contained in:
parent
9bdfad35e8
commit
17775735ab
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue