diff 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
line wrap: on
line diff
--- a/test/tmp.c	Sat Oct 30 14:04:45 2004 +0900
+++ b/test/tmp.c	Sat Oct 30 18:49:25 2004 +0900
@@ -26,7 +26,7 @@
     if (!p) return;
     i = p[1];
     p = p+i;
-    printf("%d %s\n",i,p-i);
-    printf("%d\n",main1(ac,av,g,g));
+    printf("#0028:%d %s\n",i,p-i);
+    printf("#0029:%d\n",main1(ac,av,g,g));
     return 0;
 }