]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Counterpart to r1605: in the ppc insn selector, don't use the bits
authorJulian Seward <jseward@acm.org>
Mon, 1 May 2006 02:14:17 +0000 (02:14 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 1 May 2006 02:14:17 +0000 (02:14 +0000)
commitd03eff3189a629dd43d8946b875c5d597f863155
treefcc193319904e8a9fc10b9048b82daace4bf18e6
parent6e621235cc2d1c7912ac4e2e34913d19d58a32d8
Counterpart to r1605: in the ppc insn selector, don't use the bits
VexArchInfo.hwcaps to distinguish ppc32 and ppc64.  Instead pass
the host arch around.  And associated plumbing.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1606
VEX/priv/host-amd64/hdefs.h
VEX/priv/host-amd64/isel.c
VEX/priv/host-ppc/hdefs.h
VEX/priv/host-ppc/isel.c
VEX/priv/host-x86/hdefs.h
VEX/priv/host-x86/isel.c
VEX/priv/main/vex_main.c