mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-06-26 07:24:26 +00:00
Implement some suggestions from the code analysis.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@ -6,11 +6,11 @@ namespace EightBit
|
||||
{
|
||||
public class IntelOpCodeDecoded
|
||||
{
|
||||
private int x;
|
||||
private int y;
|
||||
private int z;
|
||||
private int p;
|
||||
private int q;
|
||||
private readonly int x;
|
||||
private readonly int y;
|
||||
private readonly int z;
|
||||
private readonly int p;
|
||||
private readonly int q;
|
||||
|
||||
public IntelOpCodeDecoded()
|
||||
{
|
||||
|
Reference in New Issue
Block a user