From: Julian Seward Date: Wed, 30 Mar 2005 19:31:18 +0000 (+0000) Subject: Comment-only change X-Git-Tag: svn/VALGRIND_3_0_0~833 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff71ced87aff0d7b26f52a56850f5ca7bea2d9cd;p=thirdparty%2Fvalgrind.git Comment-only change git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3485 --- diff --git a/coregrind/amd64/dispatch.S b/coregrind/amd64/dispatch.S index b195ce3929..1aa1aa4ede 100644 --- a/coregrind/amd64/dispatch.S +++ b/coregrind/amd64/dispatch.S @@ -31,13 +31,15 @@ #include "core_asm.h" #include "amd64_private_asm.h" -#include "libvex_guest_offsets.h" +#include "libvex_guest_offsets.h" /* for OFFSET_amd64_RIP */ /*------------------------------------------------------------*/ /*--- The dispatch loop. ---*/ /*------------------------------------------------------------*/ - + +/* signature: UWord VG_(run_innerloop) ( void* guest_state ) */ + .globl VG_(run_innerloop) VG_(run_innerloop): /* %rdi holds guest_state */