X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_ppc%2Fcodeb_intelli_03.call;h=1e75a43ef548edd48ce06645ddcbb67e494e3729;hb=refs%2Fheads%2Fppc;hp=a9c4795046a223a9b72ef53f0cc055236c7b9d56;hpb=4efb64bb228c31bf3d1701e0f0ec28f2c05ed451;p=testub10.git diff --git a/gesamt_ppc/codeb_intelli_03.call b/gesamt_ppc/codeb_intelli_03.call index a9c4795..1e75a43 100644 --- a/gesamt_ppc/codeb_intelli_03.call +++ b/gesamt_ppc/codeb_intelli_03.call @@ -1,6 +1,6 @@ -extern long a(long long *this); -extern long b(long long this, long long *a); +extern long a(int *this); +extern long b(int this, int *a); -long long ar[3] = { 2, 4, 8 }; +int ar[3] = { 2, 4, 8 }; RET(a(ar) == -4711 && b(0xDEAD, ar) == 16);