X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_ppc%2Fcodeb_intelli_07.call;fp=gesamt_ppc%2Fcodeb_intelli_07.call;h=9b42641ad8f6f137195662a32fe5d43af07ab2a0;hb=e48d38c7f3d91a35863040ac9d685e20366daea5;hp=d66845cc8e96131253d4f3aaffe3ad6f8b79f8a5;hpb=4efb64bb228c31bf3d1701e0f0ec28f2c05ed451;p=testub10.git diff --git a/gesamt_ppc/codeb_intelli_07.call b/gesamt_ppc/codeb_intelli_07.call index d66845c..9b42641 100644 --- a/gesamt_ppc/codeb_intelli_07.call +++ b/gesamt_ppc/codeb_intelli_07.call @@ -1,5 +1,5 @@ -extern long long m(long long *this, long long x); +extern int m(int *this, int x); -long long ar[3] = { 2, 4, 8 }; +int ar[3] = { 2, 4, 8 }; RET(m(ar, 12) == 188 && ar[0] == 1 && ar[1] == 4 && ar[2] == 8);