mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 03:17:56 +08:00
Fix KVM symbol generator to remove warnings.
This commit is contained in:
@@ -99,10 +99,10 @@ EOF
|
|||||||
for sym in ${symbols}
|
for sym in ${symbols}
|
||||||
do
|
do
|
||||||
no_underscore=`echo $sym | sed -e 's/^_//' `
|
no_underscore=`echo $sym | sed -e 's/^_//' `
|
||||||
echo " { \"${sym}\", &${no_underscore} },"
|
echo " { \"${sym}\", (uintptr_t) &${no_underscore} },"
|
||||||
done
|
done
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
{ "", NULL }
|
{ "", (uintptr_t) NULL }
|
||||||
};
|
};
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user