mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
cleanup
This commit is contained in:
@ -7,7 +7,7 @@ public class Int32OperationHandler : FloatingPointBaseHandler
|
||||
{
|
||||
// DA opcode - operations on int32
|
||||
private static readonly string[] Mnemonics =
|
||||
{
|
||||
[
|
||||
"fiadd",
|
||||
"fimul",
|
||||
"ficom",
|
||||
@ -15,8 +15,8 @@ public class Int32OperationHandler : FloatingPointBaseHandler
|
||||
"fisub",
|
||||
"fisubr",
|
||||
"fidiv",
|
||||
"fidivr",
|
||||
};
|
||||
"fidivr"
|
||||
];
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the Int32OperationHandler class
|
||||
|
Reference in New Issue
Block a user