Explorar o código

bug fix: an illegal 'inc' was generated

ceriel %!s(int64=32) %!d(string=hai) anos
pai
achega
c76b5f436a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mach/sparc/ce/cache.c.x

+ 1 - 1
mach/sparc/ce/cache.c.x

@@ -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); }