|
From: Nicholas N. <nj...@cs...> - 2006-05-01 02:18:20
|
On Mon, 1 May 2006, Julian Seward wrote: >> --- m_dispatch/dispatch-x86-linux.S (Revision 5868) >> +++ m_dispatch/dispatch-x86-linux.S (Arbeitskopie) >> @@ -51,6 +51,7 @@ >> */ >> .text >> .globl VG_(run_innerloop) >> +.type VG_(run_innerloop), @function >> VG_(run_innerloop): >> /* 4(%esp) holds guest_state */ >> /* 8(%esp) holds do_profiling */ >> @@ -251,8 +252,8 @@ >> popl %ecx >> popl %ebx >> ret >> +.size VG_(run_innerloop), .-VG_(run_innerloop) > > Sounds good. Please commit it. Is the same thing required for the dispatchers of the other platforms? Nick |