|
From: Nicholas N. <nj...@cs...> - 2005-06-18 14:46:04
|
On Sat, 18 Jun 2005 sv...@va... wrote: > Log: > Make do_syscall_WRK take UWord arguments and return UWord results to > avoid inappropriate truncations on 64 bit systems. Also make it static > as it is not used anywhere else. Thanks for fixing the argument type. I made it extern because I get this warning when it's static: m_syscall.c:90: warning: 'do_syscall_WRK' used but never defined Perhaps it should be extern and renamed VG_(do_syscall_WRK) to avoid namespace pollution? Nick |