mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 15:10:05 +02:00
GetHashCode should not reference mutable fields (#5331)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Spv.Generator
|
||||
{
|
||||
public OperandType Type => OperandType.String;
|
||||
|
||||
private string _value;
|
||||
private readonly string _value;
|
||||
|
||||
public LiteralString(string value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user