ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt / codeb_abgabe_bj.0
index b49c7c88eaa465a3792639353baff24d4bd861fb..427e7dea9ec11211c578dd2779cee11ed025538d 100644 (file)
@@ -3,7 +3,7 @@ struct elem end;
 method vadd(v n)
   while 0<n do
     n:=n-1;
-    (this-(-8*n)).elem := (this-(n*-8)).elem - (0-(v-(n*-8)).elem);
+    (this-(-4*n)).elem := (this-(n*-4)).elem - (0-(v-(n*-4)).elem);
   end;
   return this;
 end;