diff options
Diffstat (limited to 'Spv.Generator/InstructionOperands.cs')
-rw-r--r-- | Spv.Generator/InstructionOperands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Spv.Generator/InstructionOperands.cs b/Spv.Generator/InstructionOperands.cs index c7170ec1..a349827a 100644 --- a/Spv.Generator/InstructionOperands.cs +++ b/Spv.Generator/InstructionOperands.cs @@ -15,7 +15,7 @@ namespace Spv.Generator public Operand Operand5; public Operand[] Overflow; - public Span<Operand> ToSpan() + public Span<Operand> AsSpan() { if (Count > InternalCount) { |