]> Joshua Wise's Git repositories - snipe.git/commitdiff
Fix caller/callee save impedance mismatch
authorJoshua Wise <jwise@andrew.cmu.edu>
Sat, 10 Jul 2010 06:49:07 +0000 (02:49 -0400)
committerJoshua Wise <jwise@andrew.cmu.edu>
Sat, 10 Jul 2010 06:49:07 +0000 (02:49 -0400)
codegen/solidify.sml

index db3cceae6c53cd9592250ce235bf5c32c466d600..ba3fa897a89afe4d4af422b8771ecdcce79486d9 100644 (file)
@@ -54,7 +54,8 @@ struct
         X.OperSet.addList (X.OperSet.empty, opsused),
         X.OperSet.addList (
           X.OperSet.empty,
-          [X.REG X.R7,
+          [X.REG X.R6,
+           X.REG X.R7,
            X.REG X.R8,
            X.REG X.R9,
            X.REG X.R10,
This page took 0.212575 seconds and 4 git commands to generate.