提交 ea9f933f 编写于 作者: S Skylot

core: fix register arg hashCode method (#321, #328)

上级 eb2e5e3d
......@@ -157,7 +157,7 @@ public class RegisterArg extends InsnArg implements Named {
@Override
public int hashCode() {
return regNum * 31 + type.hashCode();
return regNum;
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册