diff options
Diffstat (limited to 'ChocolArm64/Decoder/AOpCodeSimdExt.cs')
| -rw-r--r-- | ChocolArm64/Decoder/AOpCodeSimdExt.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Decoder/AOpCodeSimdExt.cs b/ChocolArm64/Decoder/AOpCodeSimdExt.cs index cf22d654..888e4470 100644 --- a/ChocolArm64/Decoder/AOpCodeSimdExt.cs +++ b/ChocolArm64/Decoder/AOpCodeSimdExt.cs @@ -8,7 +8,7 @@ namespace ChocolArm64.Decoder public AOpCodeSimdExt(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode) { - int Imm4 = (OpCode >> 11) & 0xf; + Imm4 = (OpCode >> 11) & 0xf; } } }
\ No newline at end of file |
