ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt / lewurm_09.0
index 58e31db667a04dc889f679996a1e03a5477547b7..bba113f6299eb582a81ad9750d0e22adb22ff9ec 100644 (file)
@@ -1,20 +1,20 @@
 /* inspired by s'evil skinn0rEE ! */
 struct a end;
 method f()
-       return ((this--8).g()).h(j());
+       return ((this--4).g()).h(j());
 end;
 
 method g()
        this.a := this.a*10;
-       return this--8;
+       return this--4;
 end;
 
 method h()
        this.a := this.a*20;
-       return this--8;
+       return this--4;
 end;
 
 method j()
        this.a := this.a*30;
-       return this--8;
+       return this--4;
 end;