aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests/Cpu/CpuTest32.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Tests/Cpu/CpuTest32.cs')
-rw-r--r--Ryujinx.Tests/Cpu/CpuTest32.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/Ryujinx.Tests/Cpu/CpuTest32.cs b/Ryujinx.Tests/Cpu/CpuTest32.cs
index 9b8b89a1..e43bf597 100644
--- a/Ryujinx.Tests/Cpu/CpuTest32.cs
+++ b/Ryujinx.Tests/Cpu/CpuTest32.cs
@@ -1,11 +1,10 @@
using ARMeilleure.State;
-
using NUnit.Framework;
using Ryujinx.Cpu;
using Ryujinx.Memory;
using Ryujinx.Tests.Unicorn;
-
using System;
+
using MemoryPermission = Ryujinx.Tests.Unicorn.MemoryPermission;
namespace Ryujinx.Tests.Cpu
@@ -45,7 +44,7 @@ namespace Ryujinx.Tests.Cpu
public void Setup()
{
_currAddress = 0x1000;
- _size = 0x1000;
+ _size = 0x1000;
_entryPoint = _currAddress;
@@ -73,8 +72,9 @@ namespace Ryujinx.Tests.Cpu
_memory.Dispose();
_context.Dispose();
_ram.Dispose();
- _memory = null;
- _context = null;
+
+ _memory = null;
+ _context = null;
_cpuContext = null;
_unicornEmu = null;
}