diff options
Diffstat (limited to 'ChocolArm64/Translation/ILOpCodeConst.cs')
-rw-r--r-- | ChocolArm64/Translation/ILOpCodeConst.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChocolArm64/Translation/ILOpCodeConst.cs b/ChocolArm64/Translation/ILOpCodeConst.cs index 2aaf8676..cd3b58ff 100644 --- a/ChocolArm64/Translation/ILOpCodeConst.cs +++ b/ChocolArm64/Translation/ILOpCodeConst.cs @@ -16,6 +16,8 @@ namespace ChocolArm64.Translation private ImmVal _value; + public long Value => _value.I8; + private enum ConstType { Int32, |