From: Philippe Waroquiers Date: Fri, 20 Jan 2017 09:59:05 +0000 (+0000) Subject: Small comment fix: point at the correct file name X-Git-Tag: svn/VALGRIND_3_13_0^2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d137aef743ea371f7410d374904b42f4b0adc965;p=thirdparty%2Fvalgrind.git Small comment fix: point at the correct file name git-svn-id: svn://svn.valgrind.org/vex/trunk@3298 --- diff --git a/VEX/priv/guest_amd64_defs.h b/VEX/priv/guest_amd64_defs.h index ec300159b0..b81d450131 100644 --- a/VEX/priv/guest_amd64_defs.h +++ b/VEX/priv/guest_amd64_defs.h @@ -48,7 +48,7 @@ /*---------------------------------------------------------*/ /* Convert one amd64 insn to IR. See the type DisOneInstrFn in - bb_to_IR.h. */ + guest_generic_bb_to_IR.h. */ extern DisResult disInstr_AMD64 ( IRSB* irbb, Bool (*resteerOkFn) ( void*, Addr ), diff --git a/VEX/priv/guest_arm64_defs.h b/VEX/priv/guest_arm64_defs.h index ad1ab96e6d..bc34144b03 100644 --- a/VEX/priv/guest_arm64_defs.h +++ b/VEX/priv/guest_arm64_defs.h @@ -38,7 +38,7 @@ /*---------------------------------------------------------*/ /* Convert one ARM64 insn to IR. See the type DisOneInstrFn in - bb_to_IR.h. */ + guest_generic_bb_to_IR.h. */ extern DisResult disInstr_ARM64 ( IRSB* irbb, Bool (*resteerOkFn) ( void*, Addr ), diff --git a/VEX/priv/guest_arm_defs.h b/VEX/priv/guest_arm_defs.h index a8a278c8ba..bfc306c07c 100644 --- a/VEX/priv/guest_arm_defs.h +++ b/VEX/priv/guest_arm_defs.h @@ -40,7 +40,7 @@ /*---------------------------------------------------------*/ /* Convert one ARM insn to IR. See the type DisOneInstrFn in - bb_to_IR.h. */ + geust_generic_ bb_to_IR.h. */ extern DisResult disInstr_ARM ( IRSB* irbb, Bool (*resteerOkFn) ( void*, Addr ), diff --git a/VEX/priv/guest_mips_defs.h b/VEX/priv/guest_mips_defs.h index 60db3b5304..84cfb695a3 100644 --- a/VEX/priv/guest_mips_defs.h +++ b/VEX/priv/guest_mips_defs.h @@ -40,7 +40,8 @@ /*--- mips to IR conversion ---*/ /*---------------------------------------------------------*/ -/* Convert one MIPS insn to IR. See the type DisOneInstrFn in bb_to_IR.h. */ +/* Convert one MIPS insn to IR. See the type DisOneInstrFn in + guest_generic_bb_to_IR.h. */ extern DisResult disInstr_MIPS ( IRSB* irbb, Bool (*resteerOkFn) (void *, Addr), Bool resteerCisOk, diff --git a/VEX/priv/guest_ppc_defs.h b/VEX/priv/guest_ppc_defs.h index 008418d785..efbb759fb7 100644 --- a/VEX/priv/guest_ppc_defs.h +++ b/VEX/priv/guest_ppc_defs.h @@ -49,7 +49,7 @@ /*---------------------------------------------------------*/ /* Convert one ppc insn to IR. See the type DisOneInstrFn in - bb_to_IR.h. */ + guest_generic_bb_to_IR.h. */ extern DisResult disInstr_PPC ( IRSB* irbb, Bool (*resteerOkFn) ( void*, Addr ), diff --git a/VEX/priv/guest_s390_defs.h b/VEX/priv/guest_s390_defs.h index cfe5f2fb83..da61668407 100644 --- a/VEX/priv/guest_s390_defs.h +++ b/VEX/priv/guest_s390_defs.h @@ -39,7 +39,7 @@ /* Convert one s390 insn to IR. See the type DisOneInstrFn in - bb_to_IR.h. */ + guest_generic_bb_to_IR.h. */ DisResult disInstr_S390 ( IRSB* irbb, Bool (*resteerOkFn) ( void*, Addr ), Bool resteerCisOk, diff --git a/VEX/priv/guest_tilegx_defs.h b/VEX/priv/guest_tilegx_defs.h index 9910890ca0..49548f864c 100644 --- a/VEX/priv/guest_tilegx_defs.h +++ b/VEX/priv/guest_tilegx_defs.h @@ -40,7 +40,7 @@ /*---------------------------------------------------------*/ /* Convert one TILEGX insn to IR. See the type DisOneInstrFn in - bb_to_IR.h. */ + guest_generic_bb_to_IR.h. */ extern DisResult disInstr_TILEGX ( IRSB* irbb, Bool (*resteerOkFn) ( void *, Addr ), Bool resteerCisOk, diff --git a/VEX/priv/guest_x86_defs.h b/VEX/priv/guest_x86_defs.h index 65f4a081bb..639ed36dfc 100644 --- a/VEX/priv/guest_x86_defs.h +++ b/VEX/priv/guest_x86_defs.h @@ -48,7 +48,7 @@ /*---------------------------------------------------------*/ /* Convert one x86 insn to IR. See the type DisOneInstrFn in - bb_to_IR.h. */ + guest_generic_bb_to_IR.h. */ extern DisResult disInstr_X86 ( IRSB* irbb, Bool (*resteerOkFn) ( void*, Addr ),