diff options
Diffstat (limited to 'ChocolArm64/Instructions/InstEmitSimdMemory.cs')
| -rw-r--r-- | ChocolArm64/Instructions/InstEmitSimdMemory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Instructions/InstEmitSimdMemory.cs b/ChocolArm64/Instructions/InstEmitSimdMemory.cs index 18ec1d33..073b0f0a 100644 --- a/ChocolArm64/Instructions/InstEmitSimdMemory.cs +++ b/ChocolArm64/Instructions/InstEmitSimdMemory.cs @@ -96,7 +96,7 @@ namespace ChocolArm64.Instructions if (op.Replicate) { - //Only loads uses the replicate mode. + // Only loads uses the replicate mode. if (!isLoad) { throw new InvalidOperationException(); |
