We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3991c commit aa8b23aCopy full SHA for aa8b23a
tests/patmat/i7186.scala
@@ -92,7 +92,7 @@ object printMips {
92
93
def apply(nodes: List[Assembler]): Unit = {
94
var symbCount = 0L
95
- val symbols = new scala.collection.mutable.AnyRefMap[Scoped,Long]()
+ val symbols = new scala.collection.mutable.HashMap[Scoped,Long]()
96
97
print(mipsNode(nodes, " "))
98
0 commit comments