Mercurial > hg > CbC > old > device
comparison test/tmp.c @ 427:0c256ea2a97e
Bitfield left value for ia32
author | kono |
---|---|
date | Sat, 30 Oct 2004 18:49:25 +0900 |
parents | 096559f07a70 |
children | 32737bad7489 |
comparison
equal
deleted
inserted
replaced
426:fb136af3bf09 | 427:0c256ea2a97e |
---|---|
24 | 24 |
25 p = av[1]; | 25 p = av[1]; |
26 if (!p) return; | 26 if (!p) return; |
27 i = p[1]; | 27 i = p[1]; |
28 p = p+i; | 28 p = p+i; |
29 printf("%d %s\n",i,p-i); | 29 printf("#0028:%d %s\n",i,p-i); |
30 printf("%d\n",main1(ac,av,g,g)); | 30 printf("#0029:%d\n",main1(ac,av,g,g)); |
31 return 0; | 31 return 0; |
32 } | 32 } |