|
From: Tom H. <to...@co...> - 2005-06-18 15:48:05
|
In message <Pin...@ch...>
Nicholas Nethercote <nj...@cs...> wrote:
> 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?
I think the warning is because it is defined in the inline asm block
and the compiler doesn't realise that it is there.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|