aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Decoders/InstDescriptor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ARMeilleure/Decoders/InstDescriptor.cs')
-rw-r--r--ARMeilleure/Decoders/InstDescriptor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Decoders/InstDescriptor.cs b/ARMeilleure/Decoders/InstDescriptor.cs
index 29966d6d..577ff394 100644
--- a/ARMeilleure/Decoders/InstDescriptor.cs
+++ b/ARMeilleure/Decoders/InstDescriptor.cs
@@ -2,7 +2,7 @@ using ARMeilleure.Instructions;
namespace ARMeilleure.Decoders
{
- struct InstDescriptor
+ readonly struct InstDescriptor
{
public static InstDescriptor Undefined => new InstDescriptor(InstName.Und, InstEmit.Und);