linux-user: fix ppc target_stat64 st_blocks layout
[qemu] / feature_to_c.sh
index 53975eb..dbf9f19 100644 (file)
@@ -72,5 +72,5 @@ for input; do
   echo "  { \"$basename\", $arrayname }," >> $output
 done
 
-echo "  { 0, 0 }" >> $output
+echo "  { (char *)0, (char *)0 }" >> $output
 echo "};" >> $output