Skip to content

Commit

Permalink
Update CilCodegen.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Oct 13, 2023
1 parent e77ece9 commit bf5fe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Draco.Compiler/Internal/Codegen/CilCodegen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Draco.Compiler.Internal.Codegen;
internal sealed class CilCodegen
{
// NOTE: We might want to expose this as a setting later for debugging
const bool stackify = true;
private const bool stackify = true;

/// <summary>
/// The instruction encoder.
Expand Down

0 comments on commit bf5fe11

Please sign in to comment.