aboutsummaryrefslogtreecommitdiff
path: root/src/Spv.Generator/Instruction.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Spv.Generator/Instruction.cs')
-rw-r--r--src/Spv.Generator/Instruction.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Spv.Generator/Instruction.cs b/src/Spv.Generator/Instruction.cs
index 1c92d499..27250e0f 100644
--- a/src/Spv.Generator/Instruction.cs
+++ b/src/Spv.Generator/Instruction.cs
@@ -234,7 +234,7 @@ namespace Spv.Generator
{
{ Specification.Op.OpConstant, new [] { "Value" } },
{ Specification.Op.OpTypeInt, new [] { "Width", "Signed" } },
- { Specification.Op.OpTypeFloat, new [] { "Width" } }
+ { Specification.Op.OpTypeFloat, new [] { "Width" } },
};
public override string ToString()