bug fix: an illegal 'inc' was generated
authorceriel <none@none>
Fri, 12 Jun 1992 15:04:27 +0000 (15:04 +0000)
committerceriel <none@none>
Fri, 12 Jun 1992 15:04:27 +0000 (15:04 +0000)
mach/sparc/ce/cache.c.x

index 859e5a0..bdf095f 100644 (file)
@@ -1152,7 +1152,7 @@ enter("pop_nop");
                        "inc    $V1, %l0";
                } else {
                        "set    $V1, $reg_tmp";
-                       "inc    %l0, $reg_tmp, %l0";
+                       "add    %l0, $reg_tmp, %l0";
                }
        }
 if (debug) { indent(); fprint(codefile, "\t\t! %dw cache:",j); dump_cache(codefile); }