]> Joshua Wise's Git repositories - snipe.git/blobdiff - top/top.sml
Fix some stupid bugs in code generation.
[snipe.git] / top / top.sml
index 49e7dc6c3516072e7d7d87bf88b842f3880425a5..006fa4685af5d4f531d6fe377cabb60c9ebed5a0 100644 (file)
@@ -142,10 +142,10 @@ struct
                   (fn () => List.app (TextIO.print o
                     (fn (t, i) =>
                       (Temp.name t) ^ " => " ^ (
-                        if (i <= Blarg.regtonum Blarg.R3)
+                        if (i <= 15)
                           then (Blarg.pp_oper (Blarg.REG (Blarg.numtoreg i)))
                         else
-                          "spill[" ^ Int.toString (i - Blarg.regtonum Blarg.R3) ^ "]")
+                          "spill[" ^ Int.toString (i - Blarg.regtonum Blarg.PC) ^ "]")
                         ^ "--"^ Int.toString i ^ "\n"))
                     colors) ()
 
This page took 0.019335 seconds and 4 git commands to generate.