Mercurial > hg > CbC > old > device
diff test/bitfield1.c @ 428:61c77ff18023
MIPS bitfield fix
author | kono |
---|---|
date | Sat, 30 Oct 2004 20:53:18 +0900 |
parents | 0c256ea2a97e |
children | 32737bad7489 |
line wrap: on
line diff
--- a/test/bitfield1.c Sat Oct 30 18:49:25 2004 +0900 +++ b/test/bitfield1.c Sat Oct 30 20:53:18 2004 +0900 @@ -202,7 +202,7 @@ ll.a[0],ll.a[1],ll.a[2],ll.a[3], ll.a[4],ll.a[5],ll.a[6],ll.a[7] ); - printf("#0204: ll.b.v=%d ll.b.w=%d ll.b.x=%d\n",ll.b.v,ll.b.w,ll.b.x); + printf("#0204: ll.b.v=%lld ll.b.w=%lld ll.b.x=%lld\n",ll.b.v,ll.b.w,ll.b.x); } ll.a[i]=0; }