aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/State/FPSR.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMeilleure/State/FPSR.cs')
-rw-r--r--src/ARMeilleure/State/FPSR.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARMeilleure/State/FPSR.cs b/src/ARMeilleure/State/FPSR.cs
index 5e66d5ce..915b2fb3 100644
--- a/src/ARMeilleure/State/FPSR.cs
+++ b/src/ARMeilleure/State/FPSR.cs
@@ -13,6 +13,6 @@ namespace ARMeilleure.State
Idc = 1u << 7,
Qc = 1u << 27,
- Mask = Qc | Idc | Ixc | Ufc | Ofc | Dzc | Ioc // 0x0800009Fu
+ Mask = Qc | Idc | Ixc | Ufc | Ofc | Dzc | Ioc, // 0x0800009Fu
}
}