]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change
authorJulian Seward <jseward@acm.org>
Wed, 30 Mar 2005 19:31:18 +0000 (19:31 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 30 Mar 2005 19:31:18 +0000 (19:31 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3485

coregrind/amd64/dispatch.S

index b195ce3929ab06384f59d3b2828b893c3cff4655..1aa1aa4ede0cee0f1b6d092d2b1e09ab9d435a40 100644 (file)
 
 #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 */