]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Moved the variable VGOFF_(m_eip) from x86, and moved it (and its
authorNicholas Nethercote <njn@valgrind.org>
Sat, 27 Nov 2004 14:27:21 +0000 (14:27 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 27 Nov 2004 14:27:21 +0000 (14:27 +0000)
commit5cc18c19a2f8a4956729de283dcf06ae03b6d508
tree3ba4c3e6dc5ac9eeede8a6e6a1db9ab42440cd5e
parentc40ff3902e3e5d83b163d520ef6ca4ba44d5b1bf
Moved the variable VGOFF_(m_eip) from x86, and moved it (and its
computation) into the generic core, because it's needed by the dispatch
loop of all archs.  Also renamed it VG_(instr_ptr_offset), which is
clearer.  Since it was the last use of the VGOFF_ prefix, I removed that
prefix.

Also cleaned up the ARM stubs slightly, by removing some of the copied,
commented-out x86 code which has since fallen out of date with the real
x86 code and was thus misleading.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3123
coregrind/arm/core_arch.h
coregrind/arm/state.c
coregrind/core.h
coregrind/core_asm.h
coregrind/valgrind.vs
coregrind/vg_main.c
coregrind/x86/core_arch.h
coregrind/x86/dispatch.S
coregrind/x86/state.c
include/tool_asm.h