X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_ppc%2Fcodeb_intelli_05.call;h=4c5ad1e5cd8e6c59efadd2a6d17f61c746165347;hb=refs%2Fheads%2Fppc;hp=fb144223d8945ef9c68cbd01cb06ea929f4022ff;hpb=4efb64bb228c31bf3d1701e0f0ec28f2c05ed451;p=testub10.git diff --git a/gesamt_ppc/codeb_intelli_05.call b/gesamt_ppc/codeb_intelli_05.call index fb14422..4c5ad1e 100644 --- a/gesamt_ppc/codeb_intelli_05.call +++ b/gesamt_ppc/codeb_intelli_05.call @@ -1,6 +1,6 @@ -extern long a(long long *this); +extern long a(int *this); -long long ar[3] = { 2, 4, 8 }; +int ar[3] = { 2, 4, 8 }; -RET(a(ar) == 3260 && ar[2] == 3260 && ar[0] == 815); \ No newline at end of file +RET(a(ar) == 3260 && ar[2] == 3260 && ar[0] == 815);