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