From: Nicholas Nethercote Date: Wed, 24 Nov 2004 10:55:37 +0000 (+0000) Subject: Update comments for the renaming of arch_thread_t. X-Git-Tag: svn/VALGRIND_3_0_0~1226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef30c84f5fb89431326b02980f718b65e92fdc4d;p=thirdparty%2Fvalgrind.git Update comments for the renaming of arch_thread_t. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3092 --- diff --git a/coregrind/x86-linux/core_platform.h b/coregrind/x86-linux/core_platform.h index a621612c8c..7810905a23 100644 --- a/coregrind/x86-linux/core_platform.h +++ b/coregrind/x86-linux/core_platform.h @@ -39,7 +39,7 @@ Interesting registers ------------------------------------------------------------------ */ -// Accessors for the arch_thread_t +// Accessors for the ThreadArchState #define PLATFORM_SYSCALL_NUM(regs) ((regs).vex.guest_EAX) #define PLATFORM_SYSCALL_RET(regs) ((regs).vex.guest_EAX) #define PLATFORM_SYSCALL_ARG1(regs) ((regs).vex.guest_EBX) diff --git a/coregrind/x86/core_arch.h b/coregrind/x86/core_arch.h index 9a10dcd359..0d8747af0b 100644 --- a/coregrind/x86/core_arch.h +++ b/coregrind/x86/core_arch.h @@ -41,7 +41,7 @@ Interesting registers ------------------------------------------------------------------ */ -// Accessors for the arch_thread_t +// Accessors for the ThreadArchState #define ARCH_INSTR_PTR(regs) ((regs).vex.guest_EIP) #define ARCH_STACK_PTR(regs) ((regs).vex.guest_ESP) #define ARCH_FRAME_PTR(regs) ((regs).vex.guest_EBP)