X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_ppc%2Fcodeb_intelli_04.call;h=eddb611d619af196791f7287f6c3bd1625aa9527;hb=refs%2Fheads%2Fppc;hp=130f7107cfcc51560396458bdf57ea4d006b8cd7;hpb=4efb64bb228c31bf3d1701e0f0ec28f2c05ed451;p=testub10.git diff --git a/gesamt_ppc/codeb_intelli_04.call b/gesamt_ppc/codeb_intelli_04.call index 130f710..eddb611 100644 --- a/gesamt_ppc/codeb_intelli_04.call +++ b/gesamt_ppc/codeb_intelli_04.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) == 815 && ar[0] == 815);